diff options
| author | Jonathan Rascher <jon@bcat.name> | 2020-02-10 21:11:09 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-11 03:11:09 +0000 |
| commit | 1fed214490e00e83b958a239c7cb97e98eec763b (patch) | |
| tree | b038c1ab7605a2aa584d4c699b39addcac75c2b8 /users/bcat | |
| parent | f4c1e066ba4064bf2c20c9ced84fd11aa1c274ae (diff) | |
| download | qmk_firmware-1fed214490e00e83b958a239c7cb97e98eec763b.tar.gz qmk_firmware-1fed214490e00e83b958a239c7cb97e98eec763b.zip | |
Tweak my TAPPING_TERM and be more futureproof (#8143)
* Explicitly undef things I override in keymaps
* Reduce TAPPING_TERM back to default
Diffstat (limited to 'users/bcat')
| -rw-r--r-- | users/bcat/config.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/users/bcat/config.h b/users/bcat/config.h index 6b132a429..da74cb0a0 100644 --- a/users/bcat/config.h +++ b/users/bcat/config.h | |||
| @@ -3,10 +3,13 @@ | |||
| 3 | 3 | ||
| 4 | #define TAP_CODE_DELAY 20 | 4 | #define TAP_CODE_DELAY 20 |
| 5 | 5 | ||
| 6 | /* Extend default tap timeout because I'm too slow. :) */ | 6 | /* |
| 7 | * Force the default tapping term since some keyboards make it way too short | ||
| 8 | * (*cough*Lily58*cough*). | ||
| 9 | */ | ||
| 7 | #undef TAPPING_TERM | 10 | #undef TAPPING_TERM |
| 8 | 11 | ||
| 9 | #define TAPPING_TERM 250 | 12 | #define TAPPING_TERM 200 |
| 10 | 13 | ||
| 11 | /* | 14 | /* |
| 12 | * Treat mod-tap keys as holds even if the mod-tap key and the key being | 15 | * Treat mod-tap keys as holds even if the mod-tap key and the key being |
