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

  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. /* Use I2C or Serial, not both */
  4. #define USE_SERIAL
  5. // #define USE_I2C
  6. /* Select hand configuration */
  7. #define MASTER_LEFT
  8. // #define MASTER_RIGHT
  9. // #define EE_HANDS
  10. #define SWAP_SCLN
  11. #define TAPPING_TERM 300
  12. #define IGNORE_MOD_TAP_INTERRUPT
  13. #undef RGBLED_NUM
  14. #define RGBLIGHT_EFFECT_STATIC_GRADIENT
  15. #define RGBLED_NUM 10
  16. #define RGBLIGHT_LIMIT_VAL 100
  17. #define RGBLIGHT_HUE_STEP 10
  18. #define RGBLIGHT_SAT_STEP 8
  19. #define RGBLIGHT_VAL_STEP 8
  20. #endif // CONFIG_USER_H