Merge remote-tracking branch 'origin/main'

This commit is contained in:
Hosted Weblate 2022-03-24 22:42:28 +01:00
commit 43a6fcc38d
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 4 additions and 0 deletions

View File

@ -28,3 +28,7 @@
#define MICROPY_HW_MCU_NAME "nRF52840"
#define MICROPY_HW_LED_STATUS (&pin_P0_06)
#define CIRCUITPY_RGB_STATUS_INVERTED_PWM
#define CIRCUITPY_RGB_STATUS_R (&pin_P0_08)
#define CIRCUITPY_RGB_STATUS_G (&pin_P1_09)
#define CIRCUITPY_RGB_STATUS_B (&pin_P0_12)