Merge pull request #1 from tannewt/UM_S2_Boards

Um s2 boards
This commit is contained in:
Unexpected Maker 2020-10-01 07:27:29 +10:00 committed by GitHub
commit 1a099966ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -35,4 +35,4 @@
#define AUTORESET_DELAY_MS 500
#define MICROPY_HW_APA102_MOSI (&pin_GPIO40)
#define MICROPY_HW_APA102_SCK (&pin_GPIO45)
#define MICROPY_HW_APA102_SCK (&pin_GPIO45)

View File

@ -44,7 +44,9 @@ DEFAULT_IGNORELIST = [
"feather_m0_express",
"feather_m0_supersized",
"cp32-m4",
"metro_m4_express"
"metro_m4_express",
"unexpectedmaker_feathers2",
"unexpectedmaker_feathers2_prerelease"
]
cli_parser = argparse.ArgumentParser(description="USB VID/PID Duplicate Checker")