From a4d27c93efcce97f48839f4824d73b3ef2b8953c Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 4 Dec 2023 03:46:52 +0100 Subject: [PATCH] keymap: tap-hold: increase TAPPING_TERM --- keymap/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keymap/config.h b/keymap/config.h index 8bdf78f..35843c9 100644 --- a/keymap/config.h +++ b/keymap/config.h @@ -22,8 +22,7 @@ along with this program. If not, see . #define SPLIT_USB_TIMEOUT 2500 #define PERMISSIVE_HOLD -#define TAPPING_TERM 300 -#define QUICK_TAP_TERM 100 +#define TAPPING_TERM 500 #define VIAL_KEYBOARD_UID {0x8A, 0x86, 0x65, 0x9D, 0x13, 0xE1, 0xCB, 0x81}