Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).
This commit is contained in:
parent
2b23318357
commit
70f3d8e933
10 changed files with 289 additions and 5 deletions
|
@ -131,7 +131,7 @@
|
|||
#include "AVR8/BUMBLEB/LEDs.h"
|
||||
#elif (BOARD == BOARD_EVK527)
|
||||
#include "AVR8/EVK527/LEDs.h"
|
||||
#elif (BOARD == BOARD_TEENSY)
|
||||
#elif ((BOARD == BOARD_TEENSY) || (BOARD == BOARD_TEENSY2))
|
||||
#include "AVR8/TEENSY/LEDs.h"
|
||||
#elif (BOARD == BOARD_USBTINYMKII)
|
||||
#include "AVR8/USBTINYMKII/LEDs.h"
|
||||
|
@ -173,8 +173,8 @@
|
|||
#include "UC3/EVK1104/LEDs.h"
|
||||
#elif (BOARD == BOARD_A3BU_XPLAINED)
|
||||
#include "XMEGA/A3BU_XPLAINED/LEDs.h"
|
||||
#elif (BOARD == BOARD_TEENSY2)
|
||||
#include "AVR8/TEENSY/LEDs.h"
|
||||
#elif ((BOARD == BOARD_USB2AX) || (BOARD == BOARD_USB2AX_V3))
|
||||
#include "AVR8/USB2AX/LEDs.h"
|
||||
#else
|
||||
#include "Board/LEDs.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue