mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-07-29 20:54:18 -04:00
Updated the tapping term for caps lock
This commit is contained in:
parent
a4b85513a6
commit
e8a30d29fb
1 changed files with 4 additions and 0 deletions
|
|
@ -136,6 +136,10 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t* record) {
|
|||
case ALT_UP:
|
||||
return 400;
|
||||
break;
|
||||
|
||||
case CW_CL: // have to hold for caps lock a little longer
|
||||
return 300;
|
||||
break;
|
||||
}
|
||||
return TAPPING_TERM;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue