lufa: Rename LUFA_DEBUG to TMK_LUFA_DEBUG

This commit is contained in:
tmk 2020-02-09 21:17:52 +09:00
parent ea1d7ff240
commit 6209ceebfb
5 changed files with 31 additions and 31 deletions

View file

@ -5,10 +5,10 @@ TARGET = usb_usb_debug
# LUFA debug print
# This may prevent USB enumeration and keyboard init
LUFA_DEBUG = yes
TMK_LUFA_DEBUG = yes
# Select one of outputs for debug print
LUFA_DEBUG_UART = yes
#LUFA_DEBUG_SUART = 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