2
0

config.h 513 B

123456789101112131415161718192021222324252627282930
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. /* Use I2C or Serial, not both */
  5. #define USE_SERIAL
  6. // #define USE_I2C
  7. /* Select hand configuration */
  8. #define MASTER_LEFT
  9. // #define _MASTER_RIGHT
  10. // #define EE_HANDS
  11. #define TAPPING_TERM 150
  12. #undef RGBLED_NUM
  13. #define RGBLIGHT_ANIMATIONS
  14. #define RGBLED_NUM 12
  15. #define RGBLIGHT_HUE_STEP 8
  16. #define RGBLIGHT_SAT_STEP 8
  17. #define RGBLIGHT_VAL_STEP 8
  18. #define BACKLIGHT_PIN B6
  19. //#define BACKLIGHT_BREATHING
  20. #define BACKLIGHT_LEVELS 7
  21. #endif