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