config.h 370 B

1234567891011121314151617181920
  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