]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
lufa:usb_usb: matrix_scan() is no longer needed
authortmk <hasu@tmk-kbd.com>
Sun, 5 May 2019 16:52:25 +0000 (01:52 +0900)
committertmk <hasu@tmk-kbd.com>
Fri, 10 May 2019 00:44:59 +0000 (09:44 +0900)
This is due to SOF timing fix of USB_Host_Shield_2.0.
The matrix_scan() was needed for usb_usb converter to recognize FC660C at startup.

tmk_core/protocol/lufa/lufa.c

index 48034dbeab18ef9af9a668db43d740406be9e6c2..aecaa050af52572fd2c56c7b06b14b7211d19610 100644 (file)
@@ -661,7 +661,6 @@ int main(void)
 #else
         USB_USBTask();
 #endif
-        matrix_scan();
     }
     print("\nUSB configured.\n");