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-16 05:14:41 +0200 |
commit | c8222043fc6d803cc1029205af1b78c7da1f782c (patch) | |
tree | 67a7a716b6f58c6e63c60979c115fdea57724be1 /keyboards/converter | |
parent | fa86b10138512de8fd45af61ecf47b2f44ce2b13 (diff) | |
download | qmk_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')
-rw-r--r-- | keyboards/converter/usb_usb/custom_matrix.cpp (renamed from keyboards/converter/usb_usb/matrix.cpp) | 0 | ||||
-rw-r--r-- | keyboards/converter/usb_usb/matrix.c | 1 | ||||
-rw-r--r-- | keyboards/converter/usb_usb/rules.mk | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/converter/usb_usb/matrix.cpp b/keyboards/converter/usb_usb/custom_matrix.cpp index 93d13edf0..93d13edf0 100644 --- a/keyboards/converter/usb_usb/matrix.cpp +++ b/keyboards/converter/usb_usb/custom_matrix.cpp 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. diff --git a/keyboards/converter/usb_usb/rules.mk b/keyboards/converter/usb_usb/rules.mk index f6b816966..298bc5c40 100644 --- a/keyboards/converter/usb_usb/rules.mk +++ b/keyboards/converter/usb_usb/rules.mk @@ -111,7 +111,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 CUSTOM_MATRIX = yes -SRC = matrix.cpp +SRC = custom_matrix.cpp # # Keymap file |