From: tmk Date: Thu, 22 Oct 2020 13:10:30 +0000 (+0900) Subject: usb_usb: Update Makefile.debug X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=d9a8eb59dfa9c6bbfaad6262b2d853973702eacc;p=max%2Ftmk_keyboard.git usb_usb: Update Makefile.debug enable debug print on USB Host lib and disable on LUFA --- diff --git a/converter/usb_usb/Makefile.debug b/converter/usb_usb/Makefile.debug index 82a361eb..719131f1 100644 --- a/converter/usb_usb/Makefile.debug +++ b/converter/usb_usb/Makefile.debug @@ -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