From cb786cd7d69f2a41f2968c2e5dd6a269d417286b Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Fri, 2 Jan 2026 12:02:29 -0800 Subject: [PATCH] docs: Remove unneeded led strip config (#3186) --- docs/docs/features/lighting.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/docs/features/lighting.md b/docs/docs/features/lighting.md index 3d64b8701..b05355037 100644 --- a/docs/docs/features/lighting.md +++ b/docs/docs/features/lighting.md @@ -42,13 +42,11 @@ Here you can see the RGB underglow feature in action using WS2812 LEDs. ### Enabling RGB Underglow -To enable RGB underglow on your board or shield, simply enable the `CONFIG_ZMK_RGB_UNDERGLOW` and `CONFIG_*_STRIP` configuration values in the `.conf` file for your board or shield. +To enable RGB underglow on your board or shield, simply set the `CONFIG_ZMK_RGB_UNDERGLOW` configuration in the `.conf` file for your board or shield. For example: ```ini CONFIG_ZMK_RGB_UNDERGLOW=y -# Use the STRIP config specific to the LEDs you're using -CONFIG_WS2812_STRIP=y ``` See [Configuration Overview](../config/index.md) for more instructions on how to use Kconfig.