config.h 440 B

1234567891011121314151617181920212223
  1. #pragma once
  2. /* Use I2C or Serial, not both */
  3. // #define USE_SERIAL
  4. #define USE_I2C
  5. /* Select hand configuration */
  6. // #define MASTER_LEFT
  7. // #define MASTER_RIGHT
  8. #define EE_HANDS
  9. #define IGNORE_MOD_TAP_INTERRUPT
  10. #define TAPPING_TERM 175
  11. #define TAPPING_TOGGLE 2
  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