try to be snappier
This commit is contained in:
parent
3092ae601d
commit
55fd29f3db
3 changed files with 2 additions and 6 deletions
|
@ -22,7 +22,7 @@
|
|||
// home row mods
|
||||
#define CHORDAL_HOLD
|
||||
#define PERMISSIVE_HOLD
|
||||
#define TAPPING_TERM 200
|
||||
#define TAPPING_TERM 180
|
||||
#define TAPPING_TERM_SLOW 250
|
||||
#define TAPPING_TERM_PER_KEY
|
||||
|
||||
|
|
|
@ -98,10 +98,6 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t* record) {
|
|||
case CC_I:
|
||||
case CC_M:
|
||||
case CC_Y:
|
||||
case CC_SYM:
|
||||
case CC_NUM:
|
||||
case CC_NAV:
|
||||
case CC_FUN:
|
||||
return TAPPING_TERM_SLOW;
|
||||
default:
|
||||
return TAPPING_TERM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue