config.h 660 B

123456789101112131415161718192021222324
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #undef TAPPING_FORCE_HOLD
  4. #undef TAPPING_TERM
  5. #define TAPPING_TERM 120
  6. #define SWAP_SCLN
  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
  20. #endif /* CONFIG_USER_H */