aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/LEDs.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-09-17 23:34:16 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-09-17 23:34:16 +0000
commitc9b362ed69078c95a982d1931f3553a1b1723c5c (patch)
tree6abf76db4c61b4cfddc784b81d6dfd1336f1eacc /LUFA/Drivers/Board/LEDs.h
parent054aa63c8bd8df7ce722c7bb7cdb93289a90594d (diff)
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@827 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/LEDs.h')
-rw-r--r--LUFA/Drivers/Board/LEDs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/LEDs.h b/LUFA/Drivers/Board/LEDs.h
index 50d38fd6..62424777 100644
--- a/LUFA/Drivers/Board/LEDs.h
+++ b/LUFA/Drivers/Board/LEDs.h
@@ -90,6 +90,8 @@
#include "ATAVRUSBRF01/LEDs.h"
#elif (BOARD == BOARD_USER)
#include "Board/LEDs.h"
+ #elif (BOARD == BOARD_BUMBLEB)
+ #include "BUMBLEB/LEDs.h"
#endif
#if !defined(LEDS_LED1)