mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-09 15:12:33 +00:00
* fix: Change webhid_leds variable declaration location * fix: various oryx issues * Also fix aliases * Fix test case in alias * Add additional define * Cleanup workflow * fix more
11 lines
155 B
Makefile
11 lines
155 B
Makefile
|
|
CUSTOM_MATRIX = lite
|
|
|
|
#project specific files
|
|
SRC += matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|
|
|
|
MOUSE_SHARED_EP = no
|
|
|
|
DEFAULT_FOLDER = zsa/ergodox_ez/m32u4/base
|