config.h 191 B

1234567891011121314
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define USE_SERIAL
  5. #define MASTER_LEFT
  6. #undef TAPPING_TERM
  7. #define TAPPING_TERM 150
  8. #define PERMISSIVE_HOLD
  9. #endif