Browse Source

wow, it builds! added empty matrix.c and moved custom matrix code to custom_matrix.cpp

still untested because of hardware availability :(
pull/1506/merge
Balz Guenat 6 years ago
committed by Jack Humbert
parent
commit
c8222043fc
3 changed files with 2 additions and 1 deletions
  1. +0
    -0
      keyboards/converter/usb_usb/custom_matrix.cpp
  2. +1
    -0
      keyboards/converter/usb_usb/matrix.c
  3. +1
    -1
      keyboards/converter/usb_usb/rules.mk

keyboards/converter/usb_usb/matrix.cpp → keyboards/converter/usb_usb/custom_matrix.cpp View File


+ 1
- 0
keyboards/converter/usb_usb/matrix.c View File

@ -0,0 +1 @@
// Intentionally left empty. This file must exist for this board to build.

+ 1
- 1
keyboards/converter/usb_usb/rules.mk View File

@ -111,7 +111,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
CUSTOM_MATRIX = yes
SRC = matrix.cpp
SRC = custom_matrix.cpp
#
# Keymap file


Loading…
Cancel
Save