]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - tmk_core/protocol/usb_hid/README
usb_hid: Update arduino cores to 1.8.13
[max/tmk_keyboard.git] / tmk_core / 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.8.1
13     Arduino files copied from:
14     https://github.com/arduino/ArduinoCore-avr
15
16
17 USB-USB converter
18 -----------------
19 See converter/usb_usb/README.
20
21
22 Restriction and Bug
23 -------------------
24 Not supported/confirmed yet: Suspend
25
26 Can't compile on Windows filesystem.
27     On Linux no problem.
28     Windows doesn't know difference between common/print.h and arduino/Print.h.
29     Change file name common/print.h to something?