aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-17 23:34:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-17 23:34:16 +0000
commitcd0adb7574525978f50eabd536f7563f2d9f9aa7 (patch)
tree6abf76db4c61b4cfddc784b81d6dfd1336f1eacc /LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
parent7c6b2019a302fb064665c1a69e559678c299e9bb (diff)
downloadlufa-cd0adb7574525978f50eabd536f7563f2d9f9aa7.tar.gz
lufa-cd0adb7574525978f50eabd536f7563f2d9f9aa7.tar.bz2
lufa-cd0adb7574525978f50eabd536f7563f2d9f9aa7.zip
Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board.
Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.
Diffstat (limited to 'LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h')
-rw-r--r--LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h b/LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
index 29cc4e362..2f8e4a6dd 100644
--- a/LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
+++ b/LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
@@ -35,6 +35,12 @@
* \note This file should not be included directly. It is automatically included as needed by the Buttons driver
* dispatch header located in LUFA/Drivers/Board/Buttons.h.
*/
+
+/** \ingroup Group_Buttons
+ * @defgroup Group_Buttons_ATAVRUSBRF01 ATAVRUSBRF01
+ *
+ * @{
+ */
#ifndef __BUTTONS_ATAVRUSBRF01_H__
#define __BUTTONS_ATAVRUSBRF01_H__
@@ -82,3 +88,4 @@
#endif
+/** @} */