mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
8 lines
172 B
Makefile
8 lines
172 B
Makefile
# Optimize size but this may cause error "relocation truncated to fit"
|
|
#EXTRALDFLAGS = -Wl,--relax
|
|
|
|
I2C_DRIVER_REQUIRED = yes
|
|
|
|
CUSTOM_MATRIX = yes
|
|
SRC += matrix.c ad5258.c
|