From 8089d7a9370962a0cb4ffb230d92cc4aacdcff08 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 23 Feb 2025 23:00:26 +0100 Subject: [PATCH] tune tapping --- common/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/config.h b/common/config.h index dd69c11..7457a1c 100644 --- a/common/config.h +++ b/common/config.h @@ -15,15 +15,15 @@ // try to be nice to the old switches I did harvest #define DEBOUNCE 10 -// Unfortunately, some applications drop or misorder fast key events. This is a +// Unfortunately, some applications drop or swap fast key events. This is a // partial fix to slow down the rate at which macros are sent. #define TAP_CODE_DELAY 5 // home row mods #define CHORDAL_HOLD #define PERMISSIVE_HOLD -#define TAPPING_TERM 180 -#define TAPPING_TERM_SLOW 220 +#define TAPPING_TERM 200 +#define TAPPING_TERM_SLOW 250 #define TAPPING_TERM_PER_KEY // no auto repeat stuff