config.h 904 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. #if defined(KEYBOARD_mechlovin_adelais_standard_led_arm_rev4_stm32f303) || defined(KEYBOARD_mechlovin_adelais_standard_led_arm_rev4_apm32f103)
  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
  27. #ifdef KEYBOARD_nasu
  28. #define INDICATOR_PIN_0 B1
  29. #define INDICATOR_PIN_1 B0
  30. #define INDICATOR_PIN_2 A7
  31. #endif