diff options
| author | YouCanFly <YCF@users.noreply.github.com> | 2018-01-03 10:54:56 +0800 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-01-02 21:54:56 -0500 |
| commit | 6c24e28b8db255b77b4945cd843a617ee5141678 (patch) | |
| tree | 5ee39631515136281c0da8130b427893ada6b55f /docs | |
| parent | d19805f9de89a6200bc5d85f429cc3f18731b587 (diff) | |
| download | qmk_firmware-6c24e28b8db255b77b4945cd843a617ee5141678.tar.gz qmk_firmware-6c24e28b8db255b77b4945cd843a617ee5141678.zip | |
ADD RGBLIGHT_LIMIT_VAL (#2214)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/feature_rgblight.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 554eb2dcd..f96fa8773 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
| @@ -41,6 +41,7 @@ You can change the behavior of the RGB Lighting by setting these configuration v | |||
| 41 | | `RGBLIGHT_HUE_STEP` | 10 | How many hues you want to have available. | | 41 | | `RGBLIGHT_HUE_STEP` | 10 | How many hues you want to have available. | |
| 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 | 45 | ||
| 45 | ### Animations | 46 | ### Animations |
| 46 | 47 | ||
