From 550ad50cfc569220d5f7ac72065bb66f64f8bdc5 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 18 Aug 2022 08:37:03 +0200 Subject: [PATCH] Feat: refine taphold parameters --- config.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 02c4cae..8abac4e 100644 --- a/config.h +++ b/config.h @@ -21,6 +21,12 @@ along with this program. If not, see . #define EE_HANDS // Tap-or-hold +// #define IGNORE_MOD_TAP_INTERRUPT +// //#define TAPPING_TERM 200 +// //#define PERMISSIVE_HOLD +#define TAPPING_TERM 150 +#define TAPPING_TERM_PER_KEY +#define LONG_TAPPING_TERM 1000 +// #define PERMISSIVE_HOLD #define IGNORE_MOD_TAP_INTERRUPT -//#define TAPPING_TERM 200 -//#define PERMISSIVE_HOLD +// #define TAPPING_FORCE_HOLD