menu "LED Configuration"

config LEDS_ENABLE
    bool "Enable WS2812 LED strip control"
    default y

if LEDS_ENABLE

config LEDS_GPIO
    int "LED data GPIO"
    default 18

config LEDS_COUNT
    int "Number of LEDs"
    default 5

config LEDS_BRIGHTNESS
    int "Default brightness (0-255)"
    default 64

endif

endmenu
