From c8222043fc6d803cc1029205af1b78c7da1f782c Mon Sep 17 00:00:00 2001 From: Balz Guenat Date: Sat, 12 Aug 2017 19:07:35 +0200 Subject: wow, it builds! added empty matrix.c and moved custom matrix code to custom_matrix.cpp still untested because of hardware availability :( --- keyboards/converter/usb_usb/matrix.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 keyboards/converter/usb_usb/matrix.c (limited to 'keyboards/converter/usb_usb/matrix.c') 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. -- cgit v1.2.3-24-g4f1b