Skip to content

Commit

Permalink
wow, it builds! added empty matrix.c and moved custom matrix code to …
Browse files Browse the repository at this point in the history
…custom_matrix.cpp

still untested because of hardware availability :(
  • Loading branch information
BalzGuenat authored and jackhumbert committed Aug 16, 2017
1 parent fa86b10 commit c822204
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions keyboards/converter/usb_usb/matrix.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Intentionally left empty. This file must exist for this board to build.
2 changes: 1 addition & 1 deletion keyboards/converter/usb_usb/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096

CUSTOM_MATRIX = yes

SRC = matrix.cpp
SRC = custom_matrix.cpp

#
# Keymap file
Expand Down

0 comments on commit c822204

Please sign in to comment.