Skip to content

Commit cd54c32

Browse files
authored
Add Default for the thingplus ws2812 (#1312)
1 parent 7f72325 commit cd54c32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/boards/include/boards/sparkfun_thingplus.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
#define PICO_DEFAULT_LED_PIN 25
3535
#endif
3636

37+
#ifndef PICO_DEFAULT_WS2812_PIN
38+
#define PICO_DEFAULT_WS2812_PIN 8
39+
#endif
40+
3741
// Default I2C - for qwiic connector
3842
#ifndef PICO_DEFAULT_I2C
3943
#define PICO_DEFAULT_I2C 1

0 commit comments

Comments
 (0)