docs: Remove unneeded led strip config (#3186)

This commit is contained in:
Cem Aksoylar
2026-01-02 12:02:29 -08:00
committed by GitHub
parent 76bf2e5774
commit cb786cd7d6

View File

@@ -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.