diff options
author | Joshua Diamond <josh@windowoffire.com> | 2021-04-15 19:32:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 19:32:17 -0400 |
commit | e2289ffac09e86da32a331ce688e9cd3875e1cd6 (patch) | |
tree | 2b4ccf4a2c50f027c89720b8a58b2a0e48c82dc1 /docs | |
parent | 1629c9b71a4fa161871ca4dce524055cf26d3bf3 (diff) | |
download | qmk_firmware-e2289ffac09e86da32a331ce688e9cd3875e1cd6.tar.gz qmk_firmware-e2289ffac09e86da32a331ce688e9cd3875e1cd6.zip |
Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes (#11935)
* Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes
* Better comment
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_rgblight.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index d2612a6d1b..8e8d6b81c3 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md @@ -74,6 +74,7 @@ Changing the **Value** sets the overall brightness.<br> |`RGB_MODE_XMAS` |`RGB_M_X` |Christmas animation mode | |`RGB_MODE_GRADIENT`|`RGB_M_G` |Static gradient animation mode | |`RGB_MODE_RGBTEST` |`RGB_M_T` |Red, Green, Blue test animation mode | +|`RGB_MODE_TWINKLE` |`RGB_M_TW`|Twinkle animation mode | !> By default, if you have both the RGB Light and the [RGB Matrix](feature_rgb_matrix.md) feature enabled, these keycodes will work for both features, at the same time. You can disable the keycode functionality by defining the `*_DISABLE_KEYCODES` option for the specific feature. |