forked from mirrors/qmk_userspace
Deprecate CAPS_WORD
/CAPSWRD
for CW_TOGG
(#18834)
This commit is contained in:
parent
6bbe8b6edd
commit
a80b886751
19 changed files with 31 additions and 34 deletions
|
@ -15,7 +15,7 @@
|
|||
#include "process_caps_word.h"
|
||||
|
||||
bool process_caps_word(uint16_t keycode, keyrecord_t* record) {
|
||||
if (keycode == CAPSWRD) { // Pressing CAPSWRD toggles Caps Word.
|
||||
if (keycode == QK_CAPS_WORD_TOGGLE) {
|
||||
if (record->event.pressed) {
|
||||
caps_word_toggle();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue