Seeed_XIAO_nRF52840_Sense: Enable rgb status LED

This commit is contained in:
Michael Himing 2022-03-02 22:34:01 +11:00
parent 83cdfc42cc
commit 9ad50dfefb
1 changed files with 5 additions and 0 deletions

View File

@ -52,3 +52,8 @@
#define DEFAULT_UART_BUS_RX (&pin_P1_12)
#define DEFAULT_UART_BUS_TX (&pin_P1_11)
#define CIRCUITPY_RGB_STATUS_INVERTED_PWM
#define CIRCUITPY_RGB_STATUS_R (&pin_P0_26)
#define CIRCUITPY_RGB_STATUS_G (&pin_P0_30)
#define CIRCUITPY_RGB_STATUS_B (&pin_P0_06)