From: tmk Date: Sun, 5 May 2019 16:52:25 +0000 (+0900) Subject: lufa:usb_usb: matrix_scan() is no longer needed X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=dd7b75040a7f3cc62fe58d6d4b3cc2a331d487b3;p=max%2Ftmk_keyboard.git lufa:usb_usb: matrix_scan() is no longer needed 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. --- diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index 48034dbe..aecaa050 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c @@ -661,7 +661,6 @@ int main(void) #else USB_USBTask(); #endif - matrix_scan(); } print("\nUSB configured.\n");