tune tapping
This commit is contained in:
parent
7850e56b01
commit
8089d7a937
1 changed files with 3 additions and 3 deletions
|
@ -15,15 +15,15 @@
|
|||
// 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
|
||||
// Unfortunately, some applications drop or swap 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
|
||||
#define TAPPING_TERM 180
|
||||
#define TAPPING_TERM_SLOW 220
|
||||
#define TAPPING_TERM 200
|
||||
#define TAPPING_TERM_SLOW 250
|
||||
#define TAPPING_TERM_PER_KEY
|
||||
|
||||
// no auto repeat stuff
|
||||
|
|
Loading…
Add table
Reference in a new issue