forked from mirrors/qmk_firmware
Highlight keycode (#14317)
This should make it consistent with other docs and hopefully will make less people miss this detail.
This commit is contained in:
parent
767f2c0284
commit
8a8fdd9a72
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ EXTRAKEY_ENABLE = yes
|
||||||
VELOCIKEY_ENABLE = yes
|
VELOCIKEY_ENABLE = yes
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, while using your keyboard, you need to also turn it on with the VLK_TOG keycode, which toggles the feature on and off.
|
Then, while using your keyboard, you need to also turn it on with the `VLK_TOG` keycode, which toggles the feature on and off.
|
||||||
|
|
||||||
The following light effects will all be controlled by Velocikey when it is enabled:
|
The following light effects will all be controlled by Velocikey when it is enabled:
|
||||||
- RGB Breathing
|
- RGB Breathing
|
||||||
|
|
Loading…
Reference in a new issue