add #define TAP_CODE_DELAY 5
This commit is contained in:
parent
a1e37e4bf1
commit
90887963a4
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
||||||
// try to be nice to the old switches I did harvest
|
// try to be nice to the old switches I did harvest
|
||||||
#define DEBOUNCE 10
|
#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
|
// home row mods
|
||||||
#define CHORDAL_HOLD
|
#define CHORDAL_HOLD
|
||||||
#define PERMISSIVE_HOLD
|
#define PERMISSIVE_HOLD
|
||||||
|
|
Loading…
Add table
Reference in a new issue