2017-05-10 11:59:20 -04:00
|
|
|
TARGET = usb_usb_debug
|
2019-04-20 20:19:22 -04:00
|
|
|
|
|
|
|
|
#UNIMAP_ENABLE = yes
|
2017-05-10 11:59:20 -04:00
|
|
|
#KEYMAP_SECTION_ENABLE = yes
|
2019-04-20 20:19:22 -04:00
|
|
|
|
|
|
|
|
# LUFA debug print
|
|
|
|
|
# This may prevent USB enumeration and keyboard init
|
2020-10-22 09:10:30 -04:00
|
|
|
#TMK_LUFA_DEBUG = yes
|
2019-04-20 20:19:22 -04:00
|
|
|
# Select one of outputs for debug print
|
2020-10-22 09:10:30 -04:00
|
|
|
#TMK_LUFA_DEBUG_UART = yes
|
2020-02-09 07:17:52 -05:00
|
|
|
#TMK_LUFA_DEBUG_SUART = yes
|
2019-04-20 20:19:22 -04:00
|
|
|
|
|
|
|
|
# USB_Host_Shield_2.0 debug print
|
|
|
|
|
# This may prevent USB enumeration and keyboard init
|
2020-10-22 09:10:30 -04:00
|
|
|
OPT_DEFS += -DDEBUG_USB_HOST
|
2019-04-20 20:19:22 -04:00
|
|
|
|
|
|
|
|
CONSOLE_ENABLE = yes
|
|
|
|
|
MOUSEKEY_ENABLE = no
|
|
|
|
|
EXTRAKEY_ENABLE = no
|
2017-05-10 11:59:20 -04:00
|
|
|
include Makefile
|