lufa: usb-usb: Use LUFA startup instead of cusotom
- Change keyboard_init() timing and matrix_scan() is called in USB startup wait loop for FC660C - FC660C startup seems to be faster and it doesn't work without this fix when plugin the keyboard and converter at same time
This commit is contained in:
parent
a159172951
commit
aa5dd8fccf
4 changed files with 5 additions and 106 deletions
|
|
@ -108,8 +108,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
|||
#OPT_DEFS += -DNO_ACTION_LAYER
|
||||
#OPT_DEFS += -DNO_ACTION_MACRO
|
||||
|
||||
SRC ?= usb_usb.cpp \
|
||||
main.cpp
|
||||
SRC ?= usb_usb.cpp
|
||||
|
||||
#
|
||||
# Keymap file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue