config.h 655 B

1234567891011121314151617181920212223242526272829303132
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "config_common.h"
  4. /* Use I2C or Serial, not both */
  5. #define USE_SERIAL
  6. // #define USE_I2C
  7. /* Select hand configuration */
  8. #define MASTER_LEFT
  9. // #define MASTER_RIGHT
  10. // #define EE_HANDS
  11. #define TAPPING_TERM 150
  12. /* default layer sounds */
  13. #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
  14. SONG(GAME_SOUND), \
  15. SONG(COLEMAK_SOUND) \
  16. }
  17. //#undef RGBLED_NUM
  18. //#define RGBLIGHT_ANIMATIONS
  19. //#define RGBLED_NUM 12
  20. //#define RGBLIGHT_HUE_STEP 8
  21. //#define RGBLIGHT_SAT_STEP 8
  22. //#define RGBLIGHT_VAL_STEP 8
  23. #endif