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
|
@ -133,6 +133,8 @@
|
|||
#include "UC3/EVK1104/Buttons.h"
|
||||
#elif (BOARD == BOARD_A3BU_XPLAINED)
|
||||
#include "XMEGA/A3BU_XPLAINED/Buttons.h"
|
||||
#elif ((BOARD == BOARD_USB2AX) || (BOARD == BOARD_USB2AX_V3))
|
||||
#include "AVR8/USB2AX/Buttons.h"
|
||||
#else
|
||||
#include "Board/Buttons.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue