next_usb: Enable TMK_LUFA_DEBUG for unimap firmware

To debug this issue:
https://github.com/tmk/tmk_keyboard/issues/753
This commit is contained in:
tmk 2023-02-27 13:20:44 +09:00
parent 5e2288dfa5
commit c3bd84d257

View file

@ -1,4 +1,9 @@
TARGET = next_usb_unimap TARGET = next_usb_unimap
UNIMAP_ENABLE = yes UNIMAP_ENABLE = yes
KEYMAP_SECTION_ENABLE = yes KEYMAP_SECTION_ENABLE = yes
# LUFA debug print enabled temporarily for this issue:
# https://github.com/tmk/tmk_keyboard/issues/753
TMK_LUFA_DEBUG = yes
include Makefile include Makefile