update trinket and fix silly typo
This commit is contained in:
parent
e6b89a577c
commit
675477087e
2 changed files with 5 additions and 5 deletions
|
|
@ -7,17 +7,17 @@
|
|||
#define VENDOR_NAME "Adafruit Industries"
|
||||
#define PRODUCT_NAME "Trinket M0"
|
||||
#define VOLUME_LABEL "TRINKETBOOT"
|
||||
#define INDEX_URL "https://adafru.it/trinketm0"
|
||||
#define INDEX_URL "http://adafru.it/3500"
|
||||
#define BOARD_ID "SAMD21E18A-Trinket-v0"
|
||||
|
||||
#define USB_VID 0x239A
|
||||
#define USB_PID 0x0016
|
||||
#define USB_PID 0x001E
|
||||
|
||||
#define LED_PIN PIN_PA10
|
||||
//#define LED_TX_PIN PIN_PA27
|
||||
//#define LED_RX_PIN PIN_PB03
|
||||
|
||||
#define BOARD_RGBLED_CLOCK_PIN PIN_PA00
|
||||
#define BOARD_RGBLED_DATA_PIN PIN_PA01
|
||||
#define BOARD_RGBLED_CLOCK_PIN PIN_PA01
|
||||
#define BOARD_RGBLED_DATA_PIN PIN_PA00
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@
|
|||
#define COLOR_START 0x040000
|
||||
#define COLOR_USB 0x000400
|
||||
#define COLOR_UART 0x040400
|
||||
#defube COLOR_LEAVE 0x000000
|
||||
#define COLOR_LEAVE 0x000000
|
||||
#else
|
||||
#define COLOR_START 0x00000A
|
||||
#define COLOR_USB 0x000A00
|
||||
|
|
|
|||
Loading…
Reference in a new issue