config.h 348 B

12345678910111213141516
  1. #pragma once
  2. #include "../../config.h"
  3. /* Use I2C or Serial, not both */
  4. #define USE_SERIAL
  5. // #define USE_I2C
  6. /* Select hand configuration */
  7. // #define MASTER_LEFT
  8. // #define MASTER_RIGHT
  9. #define EE_HANDS // We like to have choices I guess
  10. #define PREVENT_STUCK_MODIFIERS // When switching layers, this will release all mods