aboutsummaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
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 b96079e60..ab26fd46c 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -197,6 +197,8 @@ If you define these options you will enable the associated feature, which may in
197 * Note: Increasing the maximum will increase the firmware size and slow sync on split keyboards. 197 * Note: Increasing the maximum will increase the firmware size and slow sync on split keyboards.
198* `#define RGBLIGHT_LAYER_BLINK` 198* `#define RGBLIGHT_LAYER_BLINK`
199 * Adds ability to [blink](feature_rgblight.md?id=lighting-layer-blink) a lighting layer for a specified number of milliseconds (e.g. to acknowledge an action). 199 * Adds ability to [blink](feature_rgblight.md?id=lighting-layer-blink) a lighting layer for a specified number of milliseconds (e.g. to acknowledge an action).
200* `#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF`
201 * If defined, then [lighting layers](feature_rgblight?id=overriding-rgb-lighting-onoff-status) will be shown even if RGB Light is off.
200* `#define RGBLED_NUM 12` 202* `#define RGBLED_NUM 12`
201 * number of LEDs 203 * number of LEDs
202* `#define RGBLIGHT_SPLIT` 204* `#define RGBLIGHT_SPLIT`