summaryrefslogtreecommitdiff
path: root/common/config.h
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-20 23:24:22 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-20 23:24:22 +0200
commit4a59a6b18bcb28b8cc5d4a14d26c4d4ed4491f83 (patch)
tree3dfb099db61ef278537c52f5c9eff841f538a239 /common/config.h
parent724fcf1c00ffee313fac42b501c05a7bb9d6efc0 (diff)
try to tune timings
Diffstat (limited to 'common/config.h')
-rw-r--r--common/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/config.h b/common/config.h
index 6306dc3..6941aba 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 - 100
-#define SHIFT_TAP_TERM TAPPING_TERM - 80
+#define QUICK_TAP_TERM TAPPING_TERM - 150
+#define SHIFT_TAP_TERM TAPPING_TERM - 50
#define COMBO_TAP_TERM TAPPING_TERM + 100
//