Skip to content

Commit 221bd0e

Browse files
committed
fix: rgb
1 parent a1d78dd commit 221bd0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/boards/nrfmicro_13.overlay

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <dt-bindings/led/led.h>
2+
13
&spi1 {
24
compatible = "nordic,nrf-spim";
35
status = "okay";
@@ -18,9 +20,7 @@
1820
chain-length = <11>; /* number of LEDs */
1921
spi-one-frame = <0x70>;
2022
spi-zero-frame = <0x40>;
21-
color-mapping = <LED_COLOR_ID_GREEN
22-
LED_COLOR_ID_RED
23-
LED_COLOR_ID_BLUE>;
23+
color-mapping = <LED_COLOR_ID_GREEN LED_COLOR_ID_RED LED_COLOR_ID_BLUE>;
2424
};
2525
};
2626

0 commit comments

Comments
 (0)