lower tapping term with better debounce
This commit is contained in:
parent
0cfebcf891
commit
a1e37e4bf1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue