diff options
author | Niko Wenselowski <niko@nerdno.de> | 2021-09-05 21:36:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-05 20:36:16 +0100 |
commit | 8a8fdd9a728a4cdc0ddce54fab9bf3b4ff8bf942 (patch) | |
tree | 7fd768d76d985ba04acec62ad9809e63d29346a3 | |
parent | 767f2c02844acd77c86ea84fb86a1a7f49f379b0 (diff) | |
download | qmk_firmware-8a8fdd9a728a4cdc0ddce54fab9bf3b4ff8bf942.tar.gz qmk_firmware-8a8fdd9a728a4cdc0ddce54fab9bf3b4ff8bf942.zip |
Highlight keycode (#14317)
This should make it consistent with other docs and hopefully will make less people miss this detail.
-rw-r--r-- | docs/feature_velocikey.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_velocikey.md b/docs/feature_velocikey.md index 5d9841073..93dd7de94 100644 --- a/docs/feature_velocikey.md +++ b/docs/feature_velocikey.md | |||
@@ -13,7 +13,7 @@ EXTRAKEY_ENABLE = yes | |||
13 | VELOCIKEY_ENABLE = yes | 13 | VELOCIKEY_ENABLE = yes |
14 | ``` | 14 | ``` |
15 | 15 | ||
16 | Then, while using your keyboard, you need to also turn it on with the VLK_TOG keycode, which toggles the feature on and off. | 16 | Then, while using your keyboard, you need to also turn it on with the `VLK_TOG` keycode, which toggles the feature on and off. |
17 | 17 | ||
18 | The following light effects will all be controlled by Velocikey when it is enabled: | 18 | The following light effects will all be controlled by Velocikey when it is enabled: |
19 | - RGB Breathing | 19 | - RGB Breathing |