From a1e37e4bf128aae212d89914df3964d68161c956 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 14 Feb 2025 15:59:55 +0100 Subject: [PATCH] lower tapping term with better debounce --- common/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config.h b/common/config.h index 0f7d9fd..e10d3fb 100644 --- a/common/config.h +++ b/common/config.h @@ -18,8 +18,8 @@ // home row mods #define CHORDAL_HOLD #define PERMISSIVE_HOLD -#define TAPPING_TERM 200 -#define TAPPING_TERM_SLOW 250 +#define TAPPING_TERM 180 +#define TAPPING_TERM_SLOW 220 #define TAPPING_TERM_PER_KEY // no auto repeat stuff