diff options
Diffstat (limited to 'docs/feature_rgblight.md')
-rw-r--r-- | docs/feature_rgblight.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index f96fa8773..17097f4bc 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
@@ -42,6 +42,8 @@ You can change the behavior of the RGB Lighting by setting these configuration v | |||
42 | | `RGBLIGHT_SAT_STEP` | 17 | How many steps of saturation you'd like. | | 42 | | `RGBLIGHT_SAT_STEP` | 17 | How many steps of saturation you'd like. | |
43 | | `RGBLIGHT_VAL_STEP` | 17 | The number of levels of brightness you want. | | 43 | | `RGBLIGHT_VAL_STEP` | 17 | The number of levels of brightness you want. | |
44 | | `RGBLIGHT_LIMIT_VAL` | 255 | Limit the val of HSV to limit the maximum brightness simply. | | 44 | | `RGBLIGHT_LIMIT_VAL` | 255 | Limit the val of HSV to limit the maximum brightness simply. | |
45 | | `RGBLIGHT_SLEEP` | | `#define` this will shut off the lights when the host goes to sleep | | ||
46 | |||
45 | 47 | ||
46 | ### Animations | 48 | ### Animations |
47 | 49 | ||