summaryrefslogtreecommitdiff
path: root/docs/feature_rgblight.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-07-27 04:21:43 +0000
committerQMK Bot <hello@qmk.fm>2023-07-27 04:21:43 +0000
commitf3a7cd557376d98003931cac347520d7f5bbf64b (patch)
tree4a0b57425adb8650880c3ba03d33b94ac917fdd7 /docs/feature_rgblight.md
parente971ce290ceac6680480331da9e5a3fc7102a501 (diff)
parentce11427b11c2a857ce9f45eb6a58f5cd52b3d17f (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/feature_rgblight.md')
-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 7deda1f8d5..fef856f7df 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 |