config.h 407 B

123456789101112131415161718192021222324
  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 TAPPING_TERM 150
  10. #undef RGBLED_NUM
  11. #define RGBLIGHT_ANIMATIONS
  12. #define RGBLED_NUM 8
  13. #define RGBLIGHT_HUE_STEP 8
  14. #define RGBLIGHT_SAT_STEP 8
  15. #define RGBLIGHT_VAL_STEP 8
  16. #ifdef AUDIO_ENABLE
  17. #define C6_AUDIO
  18. #endif