From cd34d709850f2b60acde5789a75a146332cf1490 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 6 Aug 2023 16:01:45 +0200 Subject: try PERMISSIVE_HOLD_PER_KEY --- ferris/config.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'ferris/config.h') diff --git a/ferris/config.h b/ferris/config.h index 2ff8592..2c1bf17 100644 --- a/ferris/config.h +++ b/ferris/config.h @@ -34,14 +34,10 @@ // details see https://precondition.github.io/home-row-mods // the default of 200 -#define TAPPING_TERM 180 +#define TAPPING_TERM 200 // Enable rapid switch from tap to hold, disables double tap hold auto-repeat. #define QUICK_TAP_TERM 0 -// try to be more permissive with holds, allows to trigger modifiers faster -// achordion will avoid the worst -#define PERMISSIVE_HOLD - -// caps word is great for defines -#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD +// try to be more permissive with holds for layer switch keys +#define PERMISSIVE_HOLD_PER_KEY -- cgit v1.2.3