From cd0adb7574525978f50eabd536f7563f2d9f9aa7 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 17 Sep 2009 23:34:16 +0000 Subject: 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. --- LUFA/Drivers/Board/Joystick.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LUFA/Drivers/Board/Joystick.h') diff --git a/LUFA/Drivers/Board/Joystick.h b/LUFA/Drivers/Board/Joystick.h index 141a58ea3..d67f22f53 100644 --- a/LUFA/Drivers/Board/Joystick.h +++ b/LUFA/Drivers/Board/Joystick.h @@ -78,6 +78,8 @@ #include "STK526/Joystick.h" #elif (BOARD == BOARD_USER) #include "Board/Joystick.h" + #elif (BOARD == BOARD_BUMBLEB) + #include "BUMBLEB/Joystick.h" #else #error The selected board does not contain a joystick. #endif -- cgit v1.2.3