We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe47a6 commit 7854625Copy full SHA for 7854625
ports/nrf/boards/makerdiary_m60_keyboard/mpconfigboard.h
@@ -30,9 +30,10 @@
30
#define MICROPY_HW_BOARD_NAME "Makerdiary M60 Keyboard"
31
#define MICROPY_HW_MCU_NAME "nRF52840"
32
33
-#define CP_RGB_STATUS_R (&pin_P0_30)
34
-#define CP_RGB_STATUS_G (&pin_P0_29)
35
-#define CP_RGB_STATUS_B (&pin_P0_31)
+// not use the RGB LEDs to save energy
+// #define CP_RGB_STATUS_R (&pin_P0_30)
+// #define CP_RGB_STATUS_G (&pin_P0_29)
36
+// #define CP_RGB_STATUS_B (&pin_P0_31)
37
38
#define MICROPY_QSPI_DATA0 NRF_GPIO_PIN_MAP(1, 10)
39
#define MICROPY_QSPI_DATA1 NRF_GPIO_PIN_MAP(1, 14)
0 commit comments