From 8ff1ee8b874790a30654948a8674f171eb85d3ca Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 2 Jan 2023 19:58:06 +0100 Subject: [PATCH] refine deplay for hold and touch --- config.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/config.h b/config.h index 8abac4e..07b07e6 100644 --- a/config.h +++ b/config.h @@ -21,12 +21,14 @@ along with this program. If not, see . #define EE_HANDS // Tap-or-hold +// Config pas mal mais active le mod trop vite +// #define TAPPING_TERM 150 +// #define TAPPING_TERM_PER_KEY +// #define LONG_TAPPING_TERM 1000 // #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 + +// Autre config en phase de test #define IGNORE_MOD_TAP_INTERRUPT -// #define TAPPING_FORCE_HOLD +#define TAPPING_TERM 150 +#define TAPPING_FORCE_HOLD +#define PERMISSIVE_HOLD