config.h 344 B

1234567891011121314151617181920
  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 RGBLED_SPLIT { 6, 6 }
  10. #define RGBLIGHT_HUE_STEP 8
  11. #define RGBLIGHT_SAT_STEP 8
  12. #define RGBLIGHT_VAL_STEP 8
  13. #ifdef AUDIO_ENABLE
  14. #define AUDIO_PIN C6
  15. #endif