From 9af62c3a80b8f4525b92c0b01c4e07f724f07d56 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 19 Jun 2025 22:23:41 +0200 Subject: [PATCH] try to tune home row mods --- common/config.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/common/config.h b/common/config.h index a2fc32b..6937b22 100644 --- a/common/config.h +++ b/common/config.h @@ -12,13 +12,10 @@ // from its 10ms default to the 1ms minimum that USB 1.x (Full Speed) allows: #define USB_POLLING_INTERVAL_MS 1 -// home row mods +// home row mods - https://docs.qmk.fm/tap_hold #define CHORDAL_HOLD #define PERMISSIVE_HOLD -#define TAPPING_TERM 225 - -// no auto repeat stuff -#define QUICK_TAP_TERM 0 +#define TAPPING_TERM 200 // // underglow configuration