summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sutherland <dunk2k_2000@hotmail.com>2023-07-27 05:21:11 +0100
committerGitHub <noreply@github.com>2023-07-26 21:21:11 -0700
commitce11427b11c2a857ce9f45eb6a58f5cd52b3d17f (patch)
tree26fb550078849eb39e1ade9f601781b024dc1915 /docs
parentbf498b2dbb99f7f1a4098d1bc561c0f638da165d (diff)
Amend documented `RGBLIGHT_HUE_STEP` default value (#21617)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_rgblight.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md
index 5131658ae1..948bbb241e 100644
--- a/docs/feature_rgblight.md
+++ b/docs/feature_rgblight.md
@@ -90,7 +90,7 @@ Your RGB lighting can be configured by placing these `#define`s in your `config.
|Define |Default |Description |
|---------------------------|----------------------------|---------------------------------------------------------------------------------------------------------------------------|
-|`RGBLIGHT_HUE_STEP` |`10` |The number of steps to cycle through the hue by |
+|`RGBLIGHT_HUE_STEP` |`8` |The number of steps to cycle through the hue by |
|`RGBLIGHT_SAT_STEP` |`17` |The number of steps to increment the saturation by |
|`RGBLIGHT_VAL_STEP` |`17` |The number of steps to increment the brightness by |
|`RGBLIGHT_LIMIT_VAL` |`255` |The maximum brightness level |