usb_hid: Change to USB_Host_Shield_2.0 of tmk repo
- Fix SOF/Keep Alive start timing - Disable bus detection during settling after attach - Remove keyboard LED blinking at configuring
This commit is contained in:
parent
993a9b02f7
commit
4e83400fc6
4 changed files with 5 additions and 5 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "tmk_core/protocol/usb_hid/USB_Host_Shield_2.0-git"]
|
||||
path = tmk_core/protocol/usb_hid/USB_Host_Shield_2.0-git
|
||||
url = https://github.com/felis/USB_Host_Shield_2.0.git
|
||||
[submodule "tmk_core/protocol/usb_hid/USB_Host_Shield_2.0-tmk"]
|
||||
path = tmk_core/protocol/usb_hid/USB_Host_Shield_2.0-tmk
|
||||
url = https://github.com/tmk/USB_Host_Shield_2.0.git
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ USB_HID_DIR = protocol/usb_hid
|
|||
#
|
||||
# USB Host Shield
|
||||
#
|
||||
USB_HOST_SHIELD_DIR = $(USB_HID_DIR)/USB_Host_Shield_2.0-git
|
||||
USB_HOST_SHIELD_DIR = $(USB_HID_DIR)/USB_Host_Shield_2.0-tmk
|
||||
USB_HOST_SHIELD_SRC = \
|
||||
$(USB_HOST_SHIELD_DIR)/Usb.cpp \
|
||||
$(USB_HOST_SHIELD_DIR)/usbhid.cpp \
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ed08df7e68af06a5612d938b1bbf55cc4458518a
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 48b2a0950496c7b8ba1bb6ddb937b6f00a6de781
|
||||
Loading…
Add table
Reference in a new issue