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.

25 lines
494 B

  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. /* Select hand configuration */
  4. // #define MASTER_LEFT
  5. #define MASTER_RIGHT
  6. // #define EE_HANDS
  7. #define SSD1306OLED
  8. #define SWAP_SCLN
  9. // #define TAPPING_FORCE_HOLD
  10. #define TAPPING_TERM 300
  11. #define IGNORE_MOD_TAP_INTERRUPT
  12. #undef RGBLED_NUM
  13. #define RGBLIGHT_EFFECT_STATIC_GRADIENT
  14. #define RGBLED_NUM 27
  15. #define RGBLIGHT_LIMIT_VAL 100
  16. #define RGBLIGHT_HUE_STEP 10
  17. #define RGBLIGHT_SAT_STEP 17
  18. #define RGBLIGHT_VAL_STEP 17
  19. #endif // CONFIG_USER_H