tmk_keyboard/converter/usb_usb/Makefile.debug

25 lines
574 B
Text
Raw Permalink Normal View History

2017-05-11 00:59:20 +09:00
TARGET = usb_usb_debug
2019-04-21 09:19:22 +09:00
#UNIMAP_ENABLE = yes
2017-05-11 00:59:20 +09:00
#KEYMAP_SECTION_ENABLE = yes
2019-04-21 09:19:22 +09:00
# LUFA debug print
# This may prevent USB enumeration and keyboard init
#TMK_LUFA_DEBUG = yes
2019-04-21 09:19:22 +09:00
# Select one of outputs for debug print
#TMK_LUFA_DEBUG_UART = yes
#TMK_LUFA_DEBUG_SUART = yes
2019-04-21 09:19:22 +09:00
# USB_Host_Shield_2.0 debug print
# This may prevent USB enumeration and keyboard init
OPT_DEFS += -DDEBUG_USB_HOST
2019-04-21 09:19:22 +09:00
CONSOLE_ENABLE = yes
MOUSEKEY_ENABLE = no
EXTRAKEY_ENABLE = no
2021-11-19 14:29:46 +09:00
COMMAND_ENABLE = no
OPT_DEFS += -DNO_ACTION_TAPPING
OPT_DEFS += -DNO_ACTION_LAYER
OPT_DEFS += -DNO_ACTION_MACRO
2017-05-11 00:59:20 +09:00
include Makefile