??? failure "This feature is not included in precompiled binaries"
When [compiling your build](Compile-your-build) add the following to `user_config_override.h`:
```arduino
#define USE_WS2812_HARDWARE NEO_HW_SK6812
#define USE_WS2812_CTYPE NEO_GRBW // Color type (NEO_RGB, NEO_GRB, NEO_BRG, NEO_RBG, NEO_RGBW, NEO_GRBW)
```
Wiring with a level shifter is required. Look at WS2812B LEDs article for instructions.
In the Configuration -> Configure Module page, select the following:
- GPIOx to
WS2812
After reboot of the device the color sliders and toggle button are displayed to control the LED.
Set number of pixels used on your strip with Pixels x
command
Select whether use white in separate channel or blended with RGB colors.
Configuration was done on a round 7 LED board and an ESP-01S Addressable LED adapter