diff options
author | Balz Guenat <balz.guenat@gmail.com> | 2017-08-12 19:07:35 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-15 23:14:41 -0400 |
commit | c8222043fc6d803cc1029205af1b78c7da1f782c (patch) | |
tree | 67a7a716b6f58c6e63c60979c115fdea57724be1 /keyboards/converter/usb_usb/matrix.c | |
parent | fa86b10138512de8fd45af61ecf47b2f44ce2b13 (diff) | |
download | qmk_firmware-c8222043fc6d803cc1029205af1b78c7da1f782c.tar.gz qmk_firmware-c8222043fc6d803cc1029205af1b78c7da1f782c.zip |
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.c | 1 |
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 0000000000..b077febd74 --- /dev/null +++ b/keyboards/converter/usb_usb/matrix.c @@ -0,0 +1 @@ +// Intentionally left empty. This file must exist for this board to build. |