diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2018-06-05 00:10:39 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-04 08:10:39 -0700 |
commit | 5229734647706054066c277ea348a6d25cc38095 (patch) | |
tree | ac59bd43b32548ebac576b2fddd6db86afa40f4b /docs/feature_rgblight.md | |
parent | cb91320d6d8836dd13db19bd2434abe2e7cadc20 (diff) | |
download | qmk_firmware-5229734647706054066c277ea348a6d25cc38095.tar.gz qmk_firmware-5229734647706054066c277ea348a6d25cc38095.zip |
Add rgblight mode 35 (R,G,B test mode) (#3114)
* add rgblight mode 35 (RGB cyclic mode) into quantum/rgblight.c
* Update docs, add rgblight mode 35(RGB cyclic)
* rename RGBCYCLIC to RGBTEST
Diffstat (limited to 'docs/feature_rgblight.md')
-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 5369d2fb76..e0918d11bd 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md @@ -146,6 +146,7 @@ These control the RGB Lighting functionality. |`RGB_MODE_KNIGHT` |`RGB_M_K` |"Knight Rider" animation mode | |`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 | note: for backwards compatibility, `RGB_SMOD` is an alias for `RGB_MOD`. |