try lower timeouts

This commit is contained in:
Christoph Cullmann 2024-11-01 17:49:20 +01:00
parent e4f0f4bd2a
commit 2018975b9c
No known key found for this signature in database
2 changed files with 23 additions and 23 deletions

View file

@ -24,14 +24,14 @@
// many settings taken from https://github.com/filterpaper/qmk_userspace
// Tap-hold settings
#define TAPPING_TERM 230
#define TAPPING_TERM 200
#define TAPPING_TERM_PER_KEY
#define PERMISSIVE_HOLD_PER_KEY
#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 - 70
#define SHIFT_TAP_TERM TAPPING_TERM - 50
#define COMBO_IDLE_MS TAPPING_TERM + 100
#define INPUT_IDLE_MS QUICK_TAP_TERM