mirror of https://github.com/zmkfirmware/zmk.git
docs: Remove unneeded led strip config (#3186)
This commit is contained in:
parent
76bf2e5774
commit
cb786cd7d6
|
|
@ -42,13 +42,11 @@ Here you can see the RGB underglow feature in action using WS2812 LEDs.
|
||||||
|
|
||||||
### Enabling RGB Underglow
|
### 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:
|
For example:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
CONFIG_ZMK_RGB_UNDERGLOW=y
|
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.
|
See [Configuration Overview](../config/index.md) for more instructions on how to use Kconfig.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue