File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
makerdiary_nrf52840_m2_devkit Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 30
30
#define MICROPY_HW_BOARD_NAME "Makerdiary M60 Keyboard"
31
31
#define MICROPY_HW_MCU_NAME "nRF52840"
32
32
33
- #define MICROPY_HW_LED_STATUS (&pin_P0_30)
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)
34
36
35
37
#define MICROPY_QSPI_DATA0 NRF_GPIO_PIN_MAP(1, 10)
36
38
#define MICROPY_QSPI_DATA1 NRF_GPIO_PIN_MAP(1, 14)
Original file line number Diff line number Diff line change 30
30
#define MICROPY_HW_BOARD_NAME "Makerdiary nRF52840 M.2 Developer Kit"
31
31
#define MICROPY_HW_MCU_NAME "nRF52840"
32
32
33
- #define MICROPY_HW_LED_STATUS (&pin_P0_30)
33
+ #define MICROPY_HW_LED_STATUS (&pin_P1_07)
34
+
35
+ #define CP_RGB_STATUS_INVERTED_PWM
36
+ #define CP_RGB_STATUS_R (&pin_P0_30)
37
+ #define CP_RGB_STATUS_G (&pin_P0_29)
38
+ #define CP_RGB_STATUS_B (&pin_P0_31)
34
39
35
40
#define MICROPY_QSPI_DATA0 NRF_GPIO_PIN_MAP(1, 10)
36
41
#define MICROPY_QSPI_DATA1 NRF_GPIO_PIN_MAP(1, 14)
You can’t perform that action at this time.
0 commit comments