aboutsummaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorJonathan Rascher2020-02-11 04:11:09 +0100
committerGitHub2020-02-11 04:11:09 +0100
commit1fed214490e00e83b958a239c7cb97e98eec763b (patch)
treeb038c1ab7605a2aa584d4c699b39addcac75c2b8 /users
parentf4c1e066ba4064bf2c20c9ced84fd11aa1c274ae (diff)
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')
-rw-r--r--users/bcat/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/users/bcat/config.h b/users/bcat/config.h
index 6b132a429c..da74cb0a0b 100644
--- a/users/bcat/config.h
+++ b/users/bcat/config.h
@@ -3,10 +3,13 @@
#define TAP_CODE_DELAY 20
-/* Extend default tap timeout because I'm too slow. :) */
+/*
+ * Force the default tapping term since some keyboards make it way too short
+ * (*cough*Lily58*cough*).
+ */
#undef TAPPING_TERM
-#define TAPPING_TERM 250
+#define TAPPING_TERM 200
/*
* Treat mod-tap keys as holds even if the mod-tap key and the key being