aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/Keyboard/Keyboard.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-20 04:39:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-20 04:39:41 +0000
commit7ef58eef7a57c46ab53ed8a26805b58dcffd7010 (patch)
treef2fbeae1736022ca3bbda82fcf51e937be95233a /Demos/Device/LowLevel/Keyboard/Keyboard.txt
parentd753512ccae76a4fce665b2c16ba7d5867143a96 (diff)
downloadlufa-7ef58eef7a57c46ab53ed8a26805b58dcffd7010.tar.gz
lufa-7ef58eef7a57c46ab53ed8a26805b58dcffd7010.tar.bz2
lufa-7ef58eef7a57c46ab53ed8a26805b58dcffd7010.zip
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.
Diffstat (limited to 'Demos/Device/LowLevel/Keyboard/Keyboard.txt')
-rw-r--r--Demos/Device/LowLevel/Keyboard/Keyboard.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/Demos/Device/LowLevel/Keyboard/Keyboard.txt b/Demos/Device/LowLevel/Keyboard/Keyboard.txt
index 1aa1675ab..2bdaa6cc3 100644
--- a/Demos/Device/LowLevel/Keyboard/Keyboard.txt
+++ b/Demos/Device/LowLevel/Keyboard/Keyboard.txt
@@ -49,11 +49,12 @@
* OSes (i.e. no special drivers required). It is boot protocol compatible, and thus
* works under compatible BIOS as if it was a native keyboard (e.g. PS/2).
*
- * On start-up the system will automatically enumerate and function
- * as a keyboard when the USB connection to a host is present. To use
- * the keyboard example, manipulate the joystick to send the letters
- * a, b, c, d and e. See the USB HID documentation for more information
- * on sending keyboard event and key presses.
+ * On start-up the system will automatically enumerate and function as a keyboard
+ * when the USB connection to a host is present. To use the keyboard example,
+ * manipulate the joystick to send the letters a, b, c, d and e. See the USB HID
+ * documentation for more information on sending keyboard event and key presses. Unlike
+ * other LUFA Keyboard demos, this example shows explicitly how to send multiple keypresses
+ * inside the same report to the host.
*
* \section SSec_Options Project Options
*