1
0
Fork 0

Deprecate CAPS_WORD/CAPSWRD for CW_TOGG (#18834)

This commit is contained in:
Ryan 2022-10-25 03:30:37 +11:00 committed by GitHub
parent 6bbe8b6edd
commit a80b886751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 31 additions and 34 deletions

View file

@ -45,11 +45,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
return false;
break;
case CAPSWRD:
if (record->event.pressed) {
toggle_caps_word();
}
return false;
default:
break;
}