Skip to content

Commit 9ad50df

Browse files
committed
Seeed_XIAO_nRF52840_Sense: Enable rgb status LED
1 parent 83cdfc4 commit 9ad50df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ports/nrf/boards/Seeed_XIAO_nRF52840_Sense/mpconfigboard.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@
5252

5353
#define DEFAULT_UART_BUS_RX (&pin_P1_12)
5454
#define DEFAULT_UART_BUS_TX (&pin_P1_11)
55+
56+
#define CIRCUITPY_RGB_STATUS_INVERTED_PWM
57+
#define CIRCUITPY_RGB_STATUS_R (&pin_P0_26)
58+
#define CIRCUITPY_RGB_STATUS_G (&pin_P0_30)
59+
#define CIRCUITPY_RGB_STATUS_B (&pin_P0_06)

0 commit comments

Comments
 (0)