config.h 147 B

1234567891011
  1. #ifndef CONFIG_H_
  2. #define CONFIG_H_
  3. #include QMK_KEYBOARD_CONFIG_H
  4. #undef TAPPING_TERM
  5. #define TAPPING_TERM 150
  6. #define PERMISSIVE_HOLD
  7. #endif