diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2018-11-28 00:34:06 +0100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-11-27 15:34:06 -0800 |
commit | 19043197459c5c8ed4a7039f1a4c1da180da45e1 (patch) | |
tree | bd82993adf79758c40eca01219d49daeef0a9c70 /docs | |
parent | 55c32148779baf1dcacb3bedc74f8179a1e0b2d7 (diff) | |
download | qmk_firmware-19043197459c5c8ed4a7039f1a4c1da180da45e1.tar.gz qmk_firmware-19043197459c5c8ed4a7039f1a4c1da180da45e1.zip |
Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_rgblight.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 0205ebe91a..4610467b02 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md @@ -63,8 +63,6 @@ Changing the **Value** sets the overall brightness. |`RGB_MODE_GRADIENT`|`RGB_M_G` |Static gradient animation mode | |`RGB_MODE_RGBTEST` |`RGB_M_T` |Red, Green, Blue test animation mode | -?> For backwards compatibility, `RGB_SMOD` is another alias of `RGB_MOD`. - ## Configuration Your RGB lighting can be configured by placing these `#define`s in your `config.h`: |