aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/AVR8/USB2AX/Buttons.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-09-15 13:47:00 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-09-15 13:47:00 +0000
commit45a56b4df7095daa1b8e2700f89baed0b2d84fa3 (patch)
tree1cd804c2f00c92e8feceb2bffe22abbc040ce6f0 /LUFA/Drivers/Board/AVR8/USB2AX/Buttons.h
parent5f1428bb508e327986fab825dd9a824ba5d9c39c (diff)
downloadlufa-45a56b4df7095daa1b8e2700f89baed0b2d84fa3.tar.gz
lufa-45a56b4df7095daa1b8e2700f89baed0b2d84fa3.tar.bz2
lufa-45a56b4df7095daa1b8e2700f89baed0b2d84fa3.zip
Added support for the Xevelabs USB2AX revision 3.1 board.
Diffstat (limited to 'LUFA/Drivers/Board/AVR8/USB2AX/Buttons.h')
-rw-r--r--LUFA/Drivers/Board/AVR8/USB2AX/Buttons.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/LUFA/Drivers/Board/AVR8/USB2AX/Buttons.h b/LUFA/Drivers/Board/AVR8/USB2AX/Buttons.h
index cb0eecdf6..1976f0ab5 100644
--- a/LUFA/Drivers/Board/AVR8/USB2AX/Buttons.h
+++ b/LUFA/Drivers/Board/AVR8/USB2AX/Buttons.h
@@ -29,7 +29,7 @@
*/
/** \file
- * \brief Board specific Buttons driver header for the Paranoid Studio USB2AX.
+ * \brief Board specific Buttons driver header for the Xevelabs USB2AX.
* \copydetails Group_Buttons_USB2AX
*
* \note This file should not be included directly. It is automatically included as needed by the Buttons driver
@@ -37,17 +37,24 @@
*/
/** \ingroup Group_Buttons
+ * \defgroup Group_Buttons_USB2AX_V31 USB2AX_V31
+ * \brief Board specific Button driver header for the Xevelabs USB2AX revision 3.1.
+ *
+ * See \ref Group_Buttons_USB2AX for more details.
+ */
+
+/** \ingroup Group_Buttons
* \defgroup Group_Buttons_USB2AX_V3 USB2AX_V3
- * \brief Board specific Button driver header for the Paranoid Studio USB2AX revision 3.
+ * \brief Board specific Button driver header for the Xevelabs USB2AX revision 3.
*
* See \ref Group_Buttons_USB2AX for more details.
*/
/** \ingroup Group_Buttons
* \defgroup Group_Buttons_USB2AX USB2AX
- * \brief Board specific Buttons driver header for the Paranoid Studio USB2AX.
+ * \brief Board specific Buttons driver header for the Xevelabs USB2AX revisions 1 and 2.
*
- * \note For version 3 USB2AX boards, compile with <code>BOARD = USB2AX_V3</code>.
+ * \note For version 3 USB2AX boards, compile with <code>BOARD = USB2AX_V3</code> and for version 3.1, with <code>BOARD = USB2AX_V31</code>.
*
* Board specific Buttons driver header for the Paranoid Studio USB2AX (http://paranoidstudio.assembla.com/wiki/show/paranoidstudio/USB2AX).
*