diff options
author | ClownFish <177758267+clownfish-og@users.noreply.github.com> | 2025-04-17 12:23:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-17 10:23:16 -0600 |
commit | 76413592402ae2ede4d9deef0f7d91bf73026d33 (patch) | |
tree | ee604da38e3a6d2c582cf3f3ef30c95111f37b7c /docs/features/rgblight.md | |
parent | e83b709169e7f19cd79f44066ba7faf17ecdd952 (diff) |
[Docs] Unify lighting step descriptions (#25167)
unify lighting step descriptions and defaults across docs
Diffstat (limited to 'docs/features/rgblight.md')
-rw-r--r-- | docs/features/rgblight.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features/rgblight.md b/docs/features/rgblight.md index 4322fe796e..43e3781f8d 100644 --- a/docs/features/rgblight.md +++ b/docs/features/rgblight.md @@ -97,9 +97,9 @@ Your RGB lighting can be configured by placing these `#define`s in your `config. |Define |Default |Description | |---------------------------|----------------------------|---------------------------------------------------------------------------------------------------------------------------| -|`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_HUE_STEP` |`8` |The value by which to increment the hue per adjustment action | +|`RGBLIGHT_SAT_STEP` |`17` |The value by which to increment the saturation per adjustment action | +|`RGBLIGHT_VAL_STEP` |`17` |The value by which to increment the brightness per adjustment action | |`RGBLIGHT_LIMIT_VAL` |`255` |The maximum brightness level | |`RGBLIGHT_SLEEP` |*Not defined* |If defined, the RGB lighting will be switched off when the host goes to sleep | |`RGBLIGHT_SPLIT` |*Not defined* |If defined, synchronization functionality for split keyboards is added | |