diff options
| author | Nick Blyumberg <nblyumberg@gmail.com> | 2021-01-11 02:05:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-10 23:05:11 -0800 |
| commit | 68b58624d6bebb437bad9c625906de0ceb9db80c (patch) | |
| tree | 7857e315c6c912fa69a3461a5b724e20f35548f4 /docs | |
| parent | 4ae5c3a90567cd793a36fea03a807e82ed85eb49 (diff) | |
| download | qmk_firmware-68b58624d6bebb437bad9c625906de0ceb9db80c.tar.gz qmk_firmware-68b58624d6bebb437bad9c625906de0ceb9db80c.zip | |
[Docs] Update feature_rgblight.md (#11363)
* Update feature_rgblight.md
The note is meant to let people know that this is specific to RGB Backlight and does not work with RGB Matrix based implementations.
* Update docs/feature_rgblight.md
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
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 5455bb0bc..844e3e6d7 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
| @@ -187,6 +187,8 @@ const uint8_t RGBLED_GRADIENT_RANGES[] PROGMEM = {255, 170, 127, 85, 64}; | |||
| 187 | 187 | ||
| 188 | ## Lighting Layers | 188 | ## Lighting Layers |
| 189 | 189 | ||
| 190 | ?> **Note:** Lighting Layers is an RGB Light feature, it will not work for RGB Matrix. See [RGB Matrix Indicators](feature_rgb_matrix.md?indicators) for details on how to do so. | ||
| 191 | |||
| 190 | By including `#define RGBLIGHT_LAYERS` in your `config.h` file you can enable lighting layers. These make | 192 | By including `#define RGBLIGHT_LAYERS` in your `config.h` file you can enable lighting layers. These make |
| 191 | it easy to use your underglow LEDs as status indicators to show which keyboard layer is currently active, or the state of caps lock, all without disrupting any animations. [Here's a video](https://youtu.be/uLGE1epbmdY) showing an example of what you can do. | 193 | it easy to use your underglow LEDs as status indicators to show which keyboard layer is currently active, or the state of caps lock, all without disrupting any animations. [Here's a video](https://youtu.be/uLGE1epbmdY) showing an example of what you can do. |
| 192 | 194 | ||
