From dd7b75040a7f3cc62fe58d6d4b3cc2a331d487b3 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 6 May 2019 01:52:25 +0900 Subject: [PATCH] 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. --- tmk_core/protocol/lufa/lufa.c | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.45.2