mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 14:55:29 +00:00
* Make sure that unit tests run on all release versions * [ErgoDox EZ] Fix complication issues due to updates * [ErgoDox EZ] Fix compilication errors and warnings We want all green! * Fix weird merge conflicts
10 lines
112 B
Makefile
10 lines
112 B
Makefile
|
|
CUSTOM_MATRIX = lite
|
|
|
|
#project specific files
|
|
SRC += matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|
|
|
|
MOUSE_SHARED_EP = no
|
|
|