config.h 186 B

123456789101112
  1. #ifndef CONFIG_SHELA_H
  2. #define CONFIG_SHELA_H
  3. #include "../../config.h"
  4. #undef TAPPING_TERM
  5. #define TAPPING_TERM 230
  6. #define ONESHOT_TAP_TOGGLE 2
  7. #define ONESHOT_TIMEOUT 2000
  8. #endif