From 15abc5a0d99287dace83fa3082e0315dfbe843e4 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 22 Sep 2024 17:50:20 +0200 Subject: Revert "try to tune timings" This reverts commit 4a59a6b18bcb28b8cc5d4a14d26c4d4ed4491f83. --- common/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/config.h') diff --git a/common/config.h b/common/config.h index 6941aba..6306dc3 100644 --- a/common/config.h +++ b/common/config.h @@ -25,8 +25,8 @@ #define HOLD_ON_OTHER_KEY_PRESS_PER_KEY // Input intervals -#define QUICK_TAP_TERM TAPPING_TERM - 150 -#define SHIFT_TAP_TERM TAPPING_TERM - 50 +#define QUICK_TAP_TERM TAPPING_TERM - 100 +#define SHIFT_TAP_TERM TAPPING_TERM - 80 #define COMBO_TAP_TERM TAPPING_TERM + 100 // -- cgit v1.2.3