Deprecate CAPS_WORD
/CAPSWRD
for CW_TOGG
(#18834)
This commit is contained in:
@@ -42,8 +42,8 @@ CAPS_WORD_ENABLE = yes
|
||||
|
||||
Next, use one the following methods to activate Caps Word:
|
||||
|
||||
* **Activate by pressing a key**: Use the `CAPS_WORD` keycode (short
|
||||
alias `CAPSWRD`) in your keymap.
|
||||
* **Activate by pressing a key**: Use the `QK_CAPS_WORD_TOGGLE` keycode (short
|
||||
alias `CW_TOGG`) in your keymap.
|
||||
|
||||
* **Activate by pressing Left Shift + Right Shift**: Add `#define
|
||||
BOTH_SHIFTS_TURNS_ON_CAPS_WORD` to config.h. You may also need to disable or
|
||||
|
@@ -275,9 +275,9 @@ See also: [Bluetooth](feature_bluetooth.md)
|
||||
|
||||
See also: [Caps Word](feature_caps_word.md)
|
||||
|
||||
|Key |Aliases |Description |
|
||||
|-----------|---------|------------------------------|
|
||||
|`CAPS_WORD`|`CAPSWRD`|Toggles Caps Word |
|
||||
|Key |Aliases |Description |
|
||||
|---------------------|---------|------------------------------|
|
||||
|`QK_CAPS_WORD_TOGGLE`|`CW_TOGG`|Toggles Caps Word |
|
||||
|
||||
## Dynamic Macros :id=dynamic-macros
|
||||
|
||||
|
Reference in New Issue
Block a user