]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
usb_usb: Update Makefile.debug
authortmk <hasu@tmk-kbd.com>
Thu, 22 Oct 2020 13:10:30 +0000 (22:10 +0900)
committertmk <hasu@tmk-kbd.com>
Thu, 5 Nov 2020 15:19:35 +0000 (00:19 +0900)
enable debug print on USB Host lib and disable on LUFA

converter/usb_usb/Makefile.debug

index 82a361eb59ede7f6cc2b0c6c6c58048d8b25ee0c..719131f1cbafe666c0141c6f49e9040726f76d5f 100644 (file)
@@ -5,14 +5,14 @@ TARGET = usb_usb_debug
 
 # LUFA debug print
 # This may prevent USB enumeration and keyboard init
-TMK_LUFA_DEBUG = yes
+#TMK_LUFA_DEBUG = yes
 # Select one of outputs for debug print
-TMK_LUFA_DEBUG_UART = yes
+#TMK_LUFA_DEBUG_UART = yes
 #TMK_LUFA_DEBUG_SUART = yes
 
 # USB_Host_Shield_2.0 debug print
 # This may prevent USB enumeration and keyboard init
-#OPT_DEFS += -DDEBUG_USB_HOST
+OPT_DEFS += -DDEBUG_USB_HOST
 
 CONSOLE_ENABLE = yes
 MOUSEKEY_ENABLE = no