]> git.gir.st - tmk_keyboard.git/blob - protocol/usb_hid/README
Squashed 'tmk_core/' content from commit 05caacc
[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 supported/confirmed yet.
29 Hub, suspend, keyboard LED
30
31 Switching power on VBUS:
32 To power reset device.
33 http://www.circuitsathome.com/camera-control/simulating-cable-disconnect-on-usb-host-shield-2-0
34 This is needed for a device which are not initilized with 'USB Bus Reset'(long SE0)
35
36 Can't bus-reset a keyboard which already attached on bus properly.
37 Slow start up of Leonardo's bootloader causes this?
38 Need to unplug/plug a keyboard after firmware starts up.
39 MAX3421E doesn't work SAMPLEBUS well to know whether device connected or not.
40
41 Keyboard with other endpoints than boot keyboard may go wrong.
42 On my keyboard with mouse key the converter locks up when using mouse key function.
43
44 Can't compile on Windows filesystem.
45 On Linux no problem.
46 Windows doesn't know difference between common/print.h and arduino/Print.h.
47 Change file name common/print.h to console.h ?
Imprint / Impressum