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:
parent
5e2288dfa5
commit
c3bd84d257
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
TARGET = next_usb_unimap
|
||||
UNIMAP_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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue