tmk/tmk_core/protocol/usb_hid
tmk 2b74203bd7 usb_usb: Update USB_Host_Shield_2.0
Fix for STALL at GET DESCRIPTOR(CONFIGURATION)
https://github.com/tmk/USB_Host_Shield_2.0/issues/4
2020-12-24 23:19:36 +09:00
..
USB_Host_Shield_2.0-tmk@b6128f2527
arduino-1.8.13
README
override_Serial.cpp
override_wiring.c
parser.cpp
parser.h
usb_hid.h

README

USB HID protocol
================
Host side of USB HID keyboard protocol implementation.
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.

Third party Libraries
---------------------
USB_Host_Shield_2.0
    Circuits@Home repository is git-submoduled. Do git submodule init & update to get the content.
    https://github.com/felis/USB_Host_Shield_2.0

arduino-1.8.1
    Arduino files copied from:
    https://github.com/arduino/ArduinoCore-avr


USB-USB converter
-----------------
See converter/usb_usb/README.


Restriction and Bug
-------------------
Not supported/confirmed yet: Suspend

Can't compile on Windows filesystem.
    On Linux no problem.
    Windows doesn't know difference between common/print.h and arduino/Print.h.
    Change file name common/print.h to something?