Use all 4 status pixels on neotrinkey too

This commit is contained in:
Scott Shawcroft 2021-07-28 14:25:21 -07:00
parent bc0f8ac55d
commit d5cdceb9b9
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -2,6 +2,7 @@
#define MICROPY_HW_MCU_NAME "samd21e18"
#define MICROPY_HW_NEOPIXEL (&pin_PA05)
#define MICROPY_HW_NEOPIXEL_COUNT (4)
#define IGNORE_PIN_PA00 1
#define IGNORE_PIN_PA01 1