Skip to content

Commit

Permalink
Merge pull request #156 from ladyada/neotrinky
Browse files Browse the repository at this point in the history
neeeooooo trinkey!
  • Loading branch information
dhalbert authored Jan 12, 2021
2 parents bb30130 + 9b0c076 commit 1833c02
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/neopixel_trinkey_m0/board.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21E18A
18 changes: 18 additions & 0 deletions boards/neopixel_trinkey_m0/board_config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H

#define CRYSTALLESS 1

#define VENDOR_NAME "Adafruit Industries"
#define PRODUCT_NAME "NeoPixel Trinkey M0"
#define VOLUME_LABEL "TRINKEYBOOT"
#define INDEX_URL "http://adafru.it/4870"
#define BOARD_ID "SAMD21E18A-NeoTrinkey-v0"

#define USB_VID 0x239A
#define USB_PID 0x00EF

#define BOARD_NEOPIXEL_PIN PIN_PA05
#define BOARD_NEOPIXEL_COUNT 4

#endif

0 comments on commit 1833c02

Please sign in to comment.