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
8 lines
125 B
Makefile
8 lines
125 B
Makefile
CUSTOM_MATRIX = lite
|
|
|
|
VPATH += drivers/gpio
|
|
SRC += matrix.c mcp23018.c
|
|
I2C_DRIVER_REQUIRED = yes
|
|
|
|
MCU_LDSCRIPT = STM32F303xB
|