lower tapping term with better debounce

This commit is contained in:
Christoph Cullmann 2025-02-14 15:59:55 +01:00
parent 0cfebcf891
commit a1e37e4bf1
No known key found for this signature in database

View file

@ -18,8 +18,8 @@
// home row mods // home row mods
#define CHORDAL_HOLD #define CHORDAL_HOLD
#define PERMISSIVE_HOLD #define PERMISSIVE_HOLD
#define TAPPING_TERM 200 #define TAPPING_TERM 180
#define TAPPING_TERM_SLOW 250 #define TAPPING_TERM_SLOW 220
#define TAPPING_TERM_PER_KEY #define TAPPING_TERM_PER_KEY
// no auto repeat stuff // no auto repeat stuff