Added slash to the list of continuing caps-lock keys

This commit is contained in:
Drew Whitney 2025-11-03 18:03:59 -07:00
commit 2404c34c17

View file

@ -19,6 +19,7 @@ bool caps_word_press_user(uint16_t keycode) {
case KC_RGHT: case KC_RGHT:
case KC_MINS: case KC_MINS:
case KC_UNDS: case KC_UNDS:
case KC_SLSH:
case TD(TD_CW_CL): // this makes toggling work case TD(TD_CW_CL): // this makes toggling work
return true; return true;
break; break;