diff --git a/lib/led_ws2812b.h b/lib/led_ws2812b.h index 3817ee5..bf31c14 100644 --- a/lib/led_ws2812b.h +++ b/lib/led_ws2812b.h @@ -21,7 +21,7 @@ #pragma once /** number of LEDs on the WS2812B strip */ -#define LED_WS2812B_LEDS 48 +#define LED_WS2812B_LEDS 6 /** setup WS2812B LED driver */ void led_ws2812b_setup(void);