summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-11 07:05:39 +0000
committerQMK Bot <hello@qmk.fm>2021-01-11 07:05:39 +0000
commit837aa75666be0fccffa8c70b5e6e150c6e561fbf (patch)
treec063e0223bad04172024fc24111110d121fb062a
parent6e8adeeaacd8cdc83422494e3d525caeded6fe9e (diff)
parent68b58624d6bebb437bad9c625906de0ceb9db80c (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--docs/feature_rgblight.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md
index f24a4f570c..24a13a1129 100644
--- a/docs/feature_rgblight.md
+++ b/docs/feature_rgblight.md
@@ -196,6 +196,8 @@ const uint8_t RGBLED_GRADIENT_RANGES[] PROGMEM = {255, 170, 127, 85, 64};
## Lighting Layers
+?> **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.
+
By including `#define RGBLIGHT_LAYERS` in your `config.h` file you can enable lighting layers. These make
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.