config.h 675 B

1234567891011121314151617181920212223
  1. #pragma once
  2. #define SWAP_SCLN
  3. #undef TAPPING_FORCE_HOLD
  4. #undef TAPPING_TERM
  5. #define TAPPING_TERM 300
  6. #define IGNORE_MOD_TAP_INTERRUPT
  7. // If you need more program area, try select and reduce rgblight modes to use.
  8. // Selection of RGBLIGHT MODE to use.
  9. #if defined(LED_ANIMATIONS)
  10. //# define RGBLIGHT_EFFECT_BREATHING
  11. //# define RGBLIGHT_EFFECT_RAINBOW_MOOD
  12. //# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
  13. //# define RGBLIGHT_EFFECT_SNAKE
  14. //# define RGBLIGHT_EFFECT_KNIGHT
  15. //# define RGBLIGHT_EFFECT_CHRISTMAS
  16. # define RGBLIGHT_EFFECT_STATIC_GRADIENT
  17. //# define RGBLIGHT_EFFECT_RGB_TEST
  18. //# define RGBLIGHT_EFFECT_ALTERNATING
  19. #endif // LED_ANIMATIONS