mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-07-29 12:44:19 -04:00
Added slash to the list of continuing caps-lock keys
This commit is contained in:
parent
8bc7ef6b54
commit
2404c34c17
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ bool caps_word_press_user(uint16_t keycode) {
|
|||
case KC_RGHT:
|
||||
case KC_MINS:
|
||||
case KC_UNDS:
|
||||
case KC_SLSH:
|
||||
case TD(TD_CW_CL): // this makes toggling work
|
||||
return true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue