diff options
| author | Colin T.A. Gray <colinta@gmail.com> | 2017-12-04 11:36:24 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-12-04 11:12:52 -0800 |
| commit | 53b043d4ef9da3c60236bc8ac012f59bea7bff20 (patch) | |
| tree | 4c7401aa48120ba411d79ccb54f17370eb540dcf /docs | |
| parent | 7b51f050d74c158bc082e811d3feaa31bbf33740 (diff) | |
adds 'RGB_RMOD' to go through RGB modes in reverse
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/feature_rgblight.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 0a5e2a8b15..9d8f537dfb 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
| @@ -87,8 +87,8 @@ These control the RGB Lighting functionality. | |||
| 87 | | Long Name | Short Name | Description | | 87 | | Long Name | Short Name | Description | |
| 88 | |-----------|------------|-------------| | 88 | |-----------|------------|-------------| |
| 89 | ||`RGB_TOG`|toggle on/off| | 89 | ||`RGB_TOG`|toggle on/off| |
| 90 | ||`RGB_MOD`|cycle through modes| | 90 | |`RGB_MODE_FORWARD`|`RGB_MOD`|cycle through modes, use reverse direction when shift is held| |
| 91 | ||`RGB_SMOD`|cycle through modes, use reverse direction when shift is hold| | 91 | |`RGB_MODE_REVERSE`|`RGB_RMOD`|cycle through modes in reverse (also suppost shift to go forward)| |
| 92 | ||`RGB_HUI`|hue increase| | 92 | ||`RGB_HUI`|hue increase| |
| 93 | ||`RGB_HUD`|hue decrease| | 93 | ||`RGB_HUD`|hue decrease| |
| 94 | ||`RGB_SAI`|saturation increase| | 94 | ||`RGB_SAI`|saturation increase| |
| @@ -104,6 +104,8 @@ These control the RGB Lighting functionality. | |||
| 104 | |`RGB_MODE_XMAS`|`RGB_M_X`| Switch to the Christmas animation | | 104 | |`RGB_MODE_XMAS`|`RGB_M_X`| Switch to the Christmas animation | |
| 105 | |`RGB_MODE_GRADIENT`|`RGB_M_G`| Switch to the static gradient mode | | 105 | |`RGB_MODE_GRADIENT`|`RGB_M_G`| Switch to the static gradient mode | |
| 106 | 106 | ||
| 107 | note: for backwards compatibility, `RGB_SMOD` is an alias for `RGB_MOD`. | ||
| 108 | |||
| 107 | ## Hardware Modification | 109 | ## Hardware Modification |
| 108 | 110 | ||
| 109 |  | 111 |  |
