aboutsummaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
authorNathan Gray <n8gray@n8gray.org>2020-03-10 12:50:01 -0700
committerGitHub <noreply@github.com>2020-03-10 12:50:01 -0700
commit2ffb08843ba59f0af0870335934bdb277fc85620 (patch)
treef38f760dd73bca0f7089ff8751eecc03a95f7256 /docs/config_options.md
parent2a8ccafe6e704eced2d383810e1061613871433e (diff)
downloadqmk_firmware-2ffb08843ba59f0af0870335934bdb277fc85620.tar.gz
qmk_firmware-2ffb08843ba59f0af0870335934bdb277fc85620.zip
Feature: RGBLight layers (#7768)
* New feature: RGBLIGHT_LAYERS This feature allows users to define multiple independent layers of lighting that can be toggled on and off individually, making it easy to use your RGB lighting to indicate things like active keyboard layer & modifier state. * Demonstrate built in functions for layer state checking Also link the video in the docs. * Follow existing pattern for setting rgblight_status flags * Eliminate rgblight_is_static_mode since it's not needed Just check to see if the timer is enabled directly.
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index f19df022a..661cfccce 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -190,6 +190,8 @@ If you define these options you will enable the associated feature, which may in
190 * pin the DI on the WS2812 is hooked-up to 190 * pin the DI on the WS2812 is hooked-up to
191* `#define RGBLIGHT_ANIMATIONS` 191* `#define RGBLIGHT_ANIMATIONS`
192 * run RGB animations 192 * run RGB animations
193* `#define RGBLIGHT_LAYERS`
194 * Lets you define [lighting layers](feature_rgblight.md) that can be toggled on or off. Great for showing the current keyboard layer or caps lock state.
193* `#define RGBLED_NUM 12` 195* `#define RGBLED_NUM 12`
194 * number of LEDs 196 * number of LEDs
195* `#define RGBLIGHT_SPLIT` 197* `#define RGBLIGHT_SPLIT`