X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fusb_usb%2FMakefile.debug;h=82a361eb59ede7f6cc2b0c6c6c58048d8b25ee0c;hb=c6a6049bc85609b05a6502dbbed524d669b2b7a5;hp=e229cd780b0a038ed0d13f18c3adc3bb72e18a4b;hpb=a38dd9dda55edde763faecbf4f18970b7682cce8;p=max%2Ftmk_keyboard.git diff --git a/converter/usb_usb/Makefile.debug b/converter/usb_usb/Makefile.debug index e229cd78..82a361eb 100644 --- a/converter/usb_usb/Makefile.debug +++ b/converter/usb_usb/Makefile.debug @@ -1,6 +1,20 @@ TARGET = usb_usb_debug -UNIMAP_ENABLE = yes + +#UNIMAP_ENABLE = yes #KEYMAP_SECTION_ENABLE = yes -#LUFA_DEBUG = yes -OPT_DEFS += -DDEBUG_USB_HOST + +# LUFA debug print +# This may prevent USB enumeration and keyboard init +TMK_LUFA_DEBUG = yes +# Select one of outputs for debug print +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 + +CONSOLE_ENABLE = yes +MOUSEKEY_ENABLE = no +EXTRAKEY_ENABLE = no include Makefile