3 * This file contains special DoxyGen information for the generation of the main page and other special
4 * documentation pages. It is not a project source file.
7 /** \mainpage Keyboard Host Demo
9 * Keyboard host demonstration application, using pipe interrupts. This gives
10 * a simple reference application for implementing a USB Keyboard host utilizing
11 * the LUFA pipe interrupt system, for USB keyboards using the standard Keyboard
14 * Pressed alpha-numeric, enter or space key is transmitted through the serial
15 * USART at serial settings 9600, 8, N, 1.
17 * This uses a naive method where the keyboard is set to Boot Protocol mode, so
18 * that the report structure is fixed and known. A better implementation
19 * uses the HID report parser for correct report data processing across
20 * all compatable mice with advanced characteristics, as shown in the
21 * KeyboardHostWithParser demo application.
23 * Currently only single interface keyboards are supported.
27 * <td><b>USB Mode:</b></td>
31 * <td><b>USB Class:</b></td>
32 * <td>Human Interface Device (HID)</td>
35 * <td><b>USB Subclass:</b></td>
39 * <td><b>Relevant Standards:</b></td>
40 * <td>USBIF HID Specification, USBIF HID Usage Tables</td>
43 * <td><b>Usable Speeds:</b></td>
44 * <td>Low Speed Mode, Full Speed Mode</td>