diff options
author | Drashna Jaelre <drashna@live.com> | 2018-03-19 20:59:58 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-19 23:59:58 -0400 |
commit | ff728a8a01c1aa81e86f38dfd1753bd49ce39e88 (patch) | |
tree | bb901542cc04283323efb63d574391304f85b091 /docs | |
parent | 37cc08848615c2efa8c291b561f8c33048360fb5 (diff) |
[Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)
* Add RGB Underglow Sleeping
* Add RGBLIGHT_SLEEP to toggle/control RGB light behavior
* Update rgb docs
* Update for RGB disable command
Diffstat (limited to 'docs')
-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 f96fa87736..17097f4bca 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 | `RGBLIGHT_SAT_STEP` | 17 | How many steps of saturation you'd like. | | `RGBLIGHT_VAL_STEP` | 17 | The number of levels of brightness you want. | | `RGBLIGHT_LIMIT_VAL` | 255 | Limit the val of HSV to limit the maximum brightness simply. | +| `RGBLIGHT_SLEEP` | | `#define` this will shut off the lights when the host goes to sleep | + ### Animations |