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
706 B

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