From 1dd365e10eff31e0d813fdf99f9a3788615c800a Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 20 Sep 2024 22:04:45 +0200 Subject: tune home row mods --- common/config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/config.h b/common/config.h index 2adbb2b..53db981 100644 --- a/common/config.h +++ b/common/config.h @@ -40,8 +40,9 @@ // Enable rapid switch from tap to hold, disables double tap hold auto-repeat. #define QUICK_TAP_TERM 0 -// use permissive hold together with achordion -#define PERMISSIVE_HOLD +// home row mods +#define TAPPING_FORCE_HOLD +#define TAPPING_TERM 180 // delay hold/release to not mess up software #define TAP_CODE_DELAY 10 -- cgit v1.2.3