wow, it builds! added empty matrix.c and moved custom matrix code to custom_matrix.cpp
still untested because of hardware availability :(daktil_thumb_popravljen
parent
fa86b10138
commit
c8222043fc
|
@ -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
|
||||
|
||||
SRC = matrix.cpp
|
||||
SRC = custom_matrix.cpp
|
||||
|
||||
#
|
||||
# Keymap file
|
||||
|
|
Loading…
Reference in New Issue