aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/LowLevel/Keyboard/Keyboard.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-20 04:39:41 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-20 04:39:41 +0000
commit1ea517948389756f7b3346644508e1a151f2582d (patch)
treef2fbeae1736022ca3bbda82fcf51e937be95233a /Demos/Device/LowLevel/Keyboard/Keyboard.h
parent764194c64c92d24be9c10baa3f6928bcf39056f0 (diff)
Fixed LowLevel Keyboard demo not saving the issued report only after it has been written to the endpoint.
Added support for multiple keyboard keycodes in a single report to the LowLevel and ClassDriver Keyboard demos. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@904 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/LowLevel/Keyboard/Keyboard.h')
-rw-r--r--Demos/Device/LowLevel/Keyboard/Keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/Keyboard/Keyboard.h b/Demos/Device/LowLevel/Keyboard/Keyboard.h
index f319ab73..576e0803 100644
--- a/Demos/Device/LowLevel/Keyboard/Keyboard.h
+++ b/Demos/Device/LowLevel/Keyboard/Keyboard.h
@@ -49,6 +49,7 @@
#include <LUFA/Version.h>
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Board/Joystick.h>
+ #include <LUFA/Drivers/Board/Buttons.h>
#include <LUFA/Drivers/Board/LEDs.h>
/* Macros: */