wow, it builds! added empty matrix.c and moved custom matrix code to custom_matrix.cpp

still untested because of hardware availability :(
pull/1506/merge
Balz Guenat 7 years ago committed by Jack Humbert
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…
Cancel
Save