config.h 384 B

1234567891011121314151617
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.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 // We like to have choices I guess
  11. #define PREVENT_STUCK_MODIFIERS // When switching layers, this will release all mods
  12. #endif