]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - converter/usb_usb/Makefile.debug
usb_usb: Add debug print for low level
[max/tmk_keyboard.git] / converter / usb_usb / Makefile.debug
1 TARGET = usb_usb_debug
2
3 #UNIMAP_ENABLE = yes
4 #KEYMAP_SECTION_ENABLE = yes
5
6 # LUFA debug print
7 # This may prevent USB enumeration and keyboard init
8 LUFA_DEBUG = yes
9 # Select one of outputs for debug print
10 LUFA_DEBUG_UART = yes
11 #LUFA_DEBUG_SUART = yes
12
13 # USB_Host_Shield_2.0 debug print
14 # This may prevent USB enumeration and keyboard init
15 #OPT_DEFS += -DDEBUG_USB_HOST
16
17 CONSOLE_ENABLE = yes
18 MOUSEKEY_ENABLE = no
19 EXTRAKEY_ENABLE = no
20 include Makefile