]> git.gir.st - tmk_keyboard.git/blob - protocol/usb_hid/README
test build of 'Host shield' in minimal env.
[tmk_keyboard.git] / protocol / usb_hid / README
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
6 Third party Libraries
7 ---------------------
8 USB_Host_Shield_2.0
9 Circuits@Home repository is git-submoduled. Do git submodule init & update to get the content.
10 https://github.com/felis/USB_Host_Shield_2.0
11
12 arduino-1.0.1
13 Arduino files copied from:
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.
Imprint / Impressum