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.

26 lines
549 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_boardsource_the_mark
  15. #define RGB_MATRIX_KEYPRESSES
  16. #endif
  17. #ifdef KEYBOARD_jacky_studio_bear_65
  18. #define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
  19. #define ENABLE_RGB_MATRIX_MULTISPLASH
  20. #define ENABLE_RGB_MATRIX_TYPING_HEATMAP
  21. #endif