aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/feature_rgblight.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md
index 925dca724..a2820347d 100644
--- a/docs/feature_rgblight.md
+++ b/docs/feature_rgblight.md
@@ -96,9 +96,10 @@ if `RGBLIGHT_EFFECT_xxxx` or `RGBLIGHT_ANIMATIONS` is defined, you also have a n
96|`RGBLIGHT_MODE_RGB_TEST` | *None* |RGB Test | 96|`RGBLIGHT_MODE_RGB_TEST` | *None* |RGB Test |
97|`RGBLIGHT_MODE_ALTERNATING` | *None* |Alternating | 97|`RGBLIGHT_MODE_ALTERNATING` | *None* |Alternating |
98 98
99
100Check out [this video](https://youtube.com/watch?v=VKrpPAHlisY) for a demonstration. 99Check out [this video](https://youtube.com/watch?v=VKrpPAHlisY) for a demonstration.
101 100
101Note: For versions older than 0.6.117, The mode numbers were written directly. In `quantum/rgblight.h` there is a contrast table between the old mode number and the current symbol.
102
102The following options can be used to tweak the various animations: 103The following options can be used to tweak the various animations:
103 104
104|Define |Default |Description | 105|Define |Default |Description |