You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
711 B

  1. #pragma once
  2. #define TAPPING_TERM 250
  3. #define RETRO_TAPPING
  4. #define FORCE_NKRO
  5. #ifdef RGBLIGHT_ENABLE
  6. #define RGBLIGHT_LAYERS
  7. #define RGBLIGHT_SLEEP
  8. #endif
  9. #ifdef KEYBOARD_sneakbox_aliceclone
  10. #define INDICATOR_PIN_0 D7
  11. #define INDICATOR_PIN_1 D6
  12. #define INDICATOR_PIN_2 D4
  13. #endif
  14. #ifdef KEYBOARD_mechlovin_adelais_standard_led_arm_rev4_stm32f303
  15. #define INDICATOR_PIN_0 B2
  16. #define INDICATOR_PIN_1 C15
  17. #define INDICATOR_PIN_2 B9
  18. #endif
  19. #ifdef KEYBOARD_boardsource_the_mark
  20. #define RGB_MATRIX_KEYPRESSES
  21. #endif
  22. #ifdef KEYBOARD_jacky_studio_bear_65
  23. #define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
  24. #define ENABLE_RGB_MATRIX_MULTISPLASH
  25. #define ENABLE_RGB_MATRIX_TYPING_HEATMAP
  26. #endif