mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 15:35:27 +00:00
wow, it builds! added empty matrix.c and moved custom matrix code to custom_matrix.cpp
still untested because of hardware availability :(
This commit is contained in:
parent
fa86b10138
commit
c8222043fc
3 changed files with 2 additions and 1 deletions
1
keyboards/converter/usb_usb/matrix.c
Normal file
1
keyboards/converter/usb_usb/matrix.c
Normal file
|
@ -0,0 +1 @@
|
||||||
|
// Intentionally left empty. This file must exist for this board to build.
|
|
@ -111,7 +111,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
||||||
|
|
||||||
CUSTOM_MATRIX = yes
|
CUSTOM_MATRIX = yes
|
||||||
|
|
||||||
SRC = matrix.cpp
|
SRC = custom_matrix.cpp
|
||||||
|
|
||||||
#
|
#
|
||||||
# Keymap file
|
# Keymap file
|
||||||
|
|
Loading…
Reference in a new issue