config.h 194 B

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