forked from forks/qmk_firmware
f37a134f71
* [Keyboard] Convert Corne Keyboard to Split Common * Add VIA Support * Makes sure that ol(e)d and new OLED implementation can't coexist * Add licensing header to files * Add changes based on feedback from foostan * Fixes
8 lines
108 B
Makefile
8 lines
108 B
Makefile
CUSTOM_MATRIX = yes
|
|
|
|
SRC += matrix.c \
|
|
split_util.c \
|
|
split_scomm.c
|
|
|
|
QUANTUM_LIB_SRC += i2c.c serial.c
|