config.h 244 B

1234567891011
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. // if you need more program area, try uncomment follow line
  4. //#include "serial_config_simpleapi.h"
  5. #undef TAPPING_FORCE_HOLD
  6. #undef TAPPING_TERM
  7. #define TAPPING_TERM 120
  8. #endif /* CONFIG_USER_H */