diff options
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index f76685702..b96079e60 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -192,6 +192,9 @@ If you define these options you will enable the associated feature, which may in | |||
192 | * run RGB animations | 192 | * run RGB animations |
193 | * `#define RGBLIGHT_LAYERS` | 193 | * `#define RGBLIGHT_LAYERS` |
194 | * Lets you define [lighting layers](feature_rgblight.md?id=lighting-layers) that can be toggled on or off. Great for showing the current keyboard layer or caps lock state. | 194 | * Lets you define [lighting layers](feature_rgblight.md?id=lighting-layers) that can be toggled on or off. Great for showing the current keyboard layer or caps lock state. |
195 | * `#define RGBLIGHT_MAX_LAYERS` | ||
196 | * Defaults to 8. Can be expanded up to 32 if more [lighting layers](feature_rgblight.md?id=lighting-layers) are needed. | ||
197 | * Note: Increasing the maximum will increase the firmware size and slow sync on split keyboards. | ||
195 | * `#define RGBLIGHT_LAYER_BLINK` | 198 | * `#define RGBLIGHT_LAYER_BLINK` |
196 | * 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). |
197 | * `#define RGBLED_NUM 12` | 200 | * `#define RGBLED_NUM 12` |