mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 08:27:56 +06:00
9 lines
214 B
Makefile
9 lines
214 B
Makefile
# custom bootloader
|
|
MCU_LDSCRIPT = m20add_boot
|
|
BOARD = ST_NUCLEO64_F411RE
|
|
|
|
CUSTOM_MATRIX = lite
|
|
# project specific files
|
|
SRC += matrix.c tca6424.c rgb_ring.c drivers/led/issi/is31fl3731.c
|
|
I2C_DRIVER_REQUIRED = yes
|