aboutsummaryrefslogtreecommitdiff
path: root/protocol/usb_hid/README
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/usb_hid/README')
-rw-r--r--protocol/usb_hid/README19
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 @@
1USB HID protocol
2================
3Host side of USB HID keyboard protocol implementation.
4Only 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
1Third party Libraries 6Third party Libraries
2--------------------- 7---------------------
3USB_Host_Shield_2.0 8USB_Host_Shield_2.0
@@ -7,3 +12,17 @@ USB_Host_Shield_2.0
7arduino-1.0.1 12arduino-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
17Test build
18----------
19In test directory;
20 $ make
21 $ DEV=/dev/ttyACM0 make program
22
23You can see HID keyboard reports on debug output.
24
25
26Restriction and Bug
27-------------------
28Not statble yet.