config.h 368 B

1234567891011121314151617181920212223
  1. #pragma once
  2. #include "config_common.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. #undef RGBLED_NUM
  11. #define RGBLIGHT_ANIMATIONS
  12. #define RGBLED_NUM 12
  13. #define RGBLIGHT_HUE_STEP 8
  14. #define RGBLIGHT_SAT_STEP 8
  15. #define RGBLIGHT_VAL_STEP 8