Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).

This commit is contained in:
Dean Camera 2011-11-28 23:43:58 +00:00
parent 2b23318357
commit 70f3d8e933
10 changed files with 289 additions and 5 deletions

View file

@ -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