]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
usb_hid: Change to USB_Host_Shield_2.0 of tmk repo
authortmk <hasu@tmk-kbd.com>
Mon, 6 May 2019 14:01:18 +0000 (23:01 +0900)
committertmk <hasu@tmk-kbd.com>
Fri, 10 May 2019 00:44:59 +0000 (09:44 +0900)
- Fix SOF/Keep Alive start timing
- Disable bus detection during settling after attach
- Remove keyboard LED blinking at configuring

.gitmodules
tmk_core/protocol/usb_hid.mk
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0-git [deleted submodule]
tmk_core/protocol/usb_hid/USB_Host_Shield_2.0-tmk [new submodule]

index 3ae861fb57543a838e824764a9518a7eac1819ef..c688aa845c077fabed7282da5caf98d65fdf69ae 100644 (file)
@@ -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
index 495c4beebd1d0cf5efb7dd686dd463d2d1e0d6c8..bba4292f183c6fad3f1325b15c9e3b7b1922719a 100644 (file)
@@ -4,7 +4,7 @@ USB_HID_DIR = protocol/usb_hid
 #
 # USB Host Shield
 #
 #
 # 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 \
 USB_HOST_SHIELD_SRC = \
        $(USB_HOST_SHIELD_DIR)/Usb.cpp \
        $(USB_HOST_SHIELD_DIR)/usbhid.cpp \
diff --git a/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0-git b/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0-git
deleted file mode 160000 (submodule)
index ed08df7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit ed08df7e68af06a5612d938b1bbf55cc4458518a
diff --git a/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0-tmk b/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0-tmk
new file mode 160000 (submodule)
index 0000000..48b2a09
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 48b2a0950496c7b8ba1bb6ddb937b6f00a6de781