diff options
Diffstat (limited to 'protocol/usb_hid/README')
| -rw-r--r-- | protocol/usb_hid/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/protocol/usb_hid/README b/protocol/usb_hid/README index 0acf677f8..9750a1cc8 100644 --- a/protocol/usb_hid/README +++ b/protocol/usb_hid/README | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | USB HID protocol | ||
| 2 | ================ | ||
| 3 | Host side of USB HID keyboard protocol implementation. | ||
| 4 | Only standard HID Boot mode is supported at this time. This means most of normal keyboards are supported while proprietary >6KRO and NKRO is not. | ||
| 5 | |||
| 1 | Third party Libraries | 6 | Third party Libraries |
| 2 | --------------------- | 7 | --------------------- |
| 3 | USB_Host_Shield_2.0 | 8 | USB_Host_Shield_2.0 |
| @@ -7,3 +12,17 @@ USB_Host_Shield_2.0 | |||
| 7 | arduino-1.0.1 | 12 | arduino-1.0.1 |
| 8 | Arduino files copied from: | 13 | Arduino files copied from: |
| 9 | https://github.com/arduino/Arduino/hardware/arduino/{cores,variants} | 14 | https://github.com/arduino/Arduino/hardware/arduino/{cores,variants} |
| 15 | |||
| 16 | |||
| 17 | Test build | ||
| 18 | ---------- | ||
| 19 | In test directory; | ||
| 20 | $ make | ||
| 21 | $ DEV=/dev/ttyACM0 make program | ||
| 22 | |||
| 23 | You can see HID keyboard reports on debug output. | ||
| 24 | |||
| 25 | |||
| 26 | Restriction and Bug | ||
| 27 | ------------------- | ||
| 28 | Not statble yet. | ||
