From 7679e1372abed92ec3b793b6eb14c6a015ba1c27 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 21 Sep 2023 10:54:58 +0200 Subject: try smaller tapping term again --- common/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/config.h b/common/config.h index 7212a3e..d23086e 100644 --- a/common/config.h +++ b/common/config.h @@ -29,11 +29,11 @@ // settings for home row modifiers // details see https://precondition.github.io/home-row-mods -// the default of 200 -#define TAPPING_TERM 200 +// the default is 200 +#define TAPPING_TERM 180 // Enable rapid switch from tap to hold, disables double tap hold auto-repeat. #define QUICK_TAP_TERM 0 -// allow that thumb buttons have permissive hold +// allow that thumb buttons have permissive hold, see keymap.h #define PERMISSIVE_HOLD_PER_KEY -- cgit v1.2.3