config.h 305 B

123456789101112131415161718192021
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define TAPPING_TERM 150
  5. /* Use I2C or Serial, not both */
  6. #define USE_SERIAL
  7. // #define USE_I2C
  8. /* Select hand configuration */
  9. //#define MASTER_LEFT
  10. // #define _MASTER_RIGHT
  11. #define EE_HANDS
  12. #define RGBLIGHT_ANIMATIONS
  13. #endif