config.h 310 B

12345678910111213141516171819
  1. #pragma once
  2. #define USE_I2C
  3. /* Select hand configuration */
  4. //#define MASTER_RIGHT
  5. #define TAPPING_TERM 150
  6. #undef RGBLED_NUM
  7. #define RGBLIGHT_ANIMATIONS
  8. #define RGBLED_NUM 12
  9. #define RGBLIGHT_HUE_STEP 8
  10. #define RGBLIGHT_SAT_STEP 8
  11. #define RGBLIGHT_VAL_STEP 8
  12. #ifdef AUDIO_ENABLE
  13. #define C6_AUDIO
  14. #endif