Fixed LowLevel Keyboard demo not saving the issued report only after it has been...
[pub/USBasp.git] / Demos / Device / ClassDriver / Keyboard / Keyboard.txt
index b1f5c2b..89dde83 100644 (file)
  *  OSes (i.e. no special drivers required). It is boot protocol compatible, and thus\r
  *  works under compatible BIOS as if it was a native keyboard (e.g. PS/2).\r
  *  \r
- *  On start-up the system will automatically enumerate and function\r
- *  as a keyboard when the USB connection to a host is present. To use\r
- *  the keyboard example, manipulate the joystick to send the letters\r
- *  a, b, c, d and e. See the USB HID documentation for more information\r
- *  on sending keyboard event and key presses.\r
+ *  On start-up the system will automatically enumerate and function as a keyboard \r
+ *  when the USB connection to a host is present. To use the keyboard example,\r
+ *  manipulate the joystick to send the letters a, b, c, d and e. See the USB HID\r
+ *  documentation for more information on sending keyboard event and key presses. Unlike\r
+ *  other LUFA Keyboard demos, this example shows explicitly how to send multiple keypresses\r
+ *  inside the same report to the host.\r
  *\r
  *  \section SSec_Options Project Options\r
  *  \r