add #define TAP_CODE_DELAY 5

This commit is contained in:
Christoph Cullmann 2025-02-16 17:35:39 +01:00
parent a1e37e4bf1
commit 90887963a4
No known key found for this signature in database

View file

@ -15,6 +15,10 @@
// try to be nice to the old switches I did harvest
#define DEBOUNCE 10
// Unfortunately, some applications drop or misorder fast key events. This is a
// partial fix to slow down the rate at which macros are sent.
#define TAP_CODE_DELAY 5
// home row mods
#define CHORDAL_HOLD
#define PERMISSIVE_HOLD