From 1fed214490e00e83b958a239c7cb97e98eec763b Mon Sep 17 00:00:00 2001 From: Jonathan Rascher Date: Mon, 10 Feb 2020 21:11:09 -0600 Subject: Tweak my TAPPING_TERM and be more futureproof (#8143) * Explicitly undef things I override in keymaps * Reduce TAPPING_TERM back to default --- users/bcat/config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'users') 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 -- cgit v1.2.3