Use all four LEDs for status on MagTag

Fixes #5051
This commit is contained in:
Scott Shawcroft 2021-07-28 14:17:31 -07:00
parent e9369d50e1
commit bc0f8ac55d
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#define MICROPY_HW_NEOPIXEL (&pin_GPIO1)
#define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO21)
#define CIRCUITPY_STATUS_LED_POWER_INVERTED (1)
#define MICROPY_HW_NEOPIXEL_COUNT (4)
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)