diff --git a/boards/thumbstick_trinkey_m0/board.mk b/boards/thumbstick_trinkey_m0/board.mk new file mode 100644 index 00000000..26d9e3d8 --- /dev/null +++ b/boards/thumbstick_trinkey_m0/board.mk @@ -0,0 +1,2 @@ +CHIP_FAMILY = samd21 +CHIP_VARIANT = SAMD21E18A diff --git a/boards/thumbstick_trinkey_m0/board_config.h b/boards/thumbstick_trinkey_m0/board_config.h new file mode 100644 index 00000000..406ac64c --- /dev/null +++ b/boards/thumbstick_trinkey_m0/board_config.h @@ -0,0 +1,18 @@ +#ifndef BOARD_CONFIG_H +#define BOARD_CONFIG_H + +#define CRYSTALLESS 1 + +#define VENDOR_NAME "Adafruit Industries" +#define PRODUCT_NAME "Thumbstick Trinkey M0" +#define VOLUME_LABEL "TRINKEYBOOT" +#define INDEX_URL "http://adafru.it/5958" +#define BOARD_ID "SAMD21E18A-ThumbstickTrinkey-v0" + +#define USB_VID 0x239A +#define USB_PID 0x0159 + +#define BOARD_NEOPIXEL_PIN PIN_PA00 +#define BOARD_NEOPIXEL_COUNT 1 + +#endif