diff --git a/src/boards/include/boards/sparkfun_thingplus.h b/src/boards/include/boards/sparkfun_thingplus.h index d1e69d56..3d7d69ab 100644 --- a/src/boards/include/boards/sparkfun_thingplus.h +++ b/src/boards/include/boards/sparkfun_thingplus.h @@ -34,6 +34,10 @@ #define PICO_DEFAULT_LED_PIN 25 #endif +#ifndef PICO_DEFAULT_WS2812_PIN +#define PICO_DEFAULT_WS2812_PIN 8 +#endif + // Default I2C - for qwiic connector #ifndef PICO_DEFAULT_I2C #define PICO_DEFAULT_I2C 1