summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/matrix.c
diff options
context:
space:
mode:
authorBalz Guenat <balz.guenat@gmail.com>2017-08-12 19:07:35 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-16 05:14:41 +0200
commitc8222043fc6d803cc1029205af1b78c7da1f782c (patch)
tree67a7a716b6f58c6e63c60979c115fdea57724be1 /keyboards/converter/usb_usb/matrix.c
parentfa86b10138512de8fd45af61ecf47b2f44ce2b13 (diff)
downloadqmk_firmware-c8222043fc6d803cc1029205af1b78c7da1f782c.tar.gz
qmk_firmware-c8222043fc6d803cc1029205af1b78c7da1f782c.tar.xz
wow, it builds! added empty matrix.c and moved custom matrix code to custom_matrix.cpp
still untested because of hardware availability :(
Diffstat (limited to 'keyboards/converter/usb_usb/matrix.c')
-rw-r--r--keyboards/converter/usb_usb/matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/converter/usb_usb/matrix.c b/keyboards/converter/usb_usb/matrix.c
new file mode 100644
index 000000000..b077febd7
--- /dev/null
+++ b/keyboards/converter/usb_usb/matrix.c
@@ -0,0 +1 @@
+// Intentionally left empty. This file must exist for this board to build.