mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
9 lines
147 B
Makefile
9 lines
147 B
Makefile
# custom bootloader
|
|
MCU_LDSCRIPT = stm32f103_bootloader
|
|
BOARD = ST_NUCLEO64_F103RB
|
|
|
|
CUSTOM_MATRIX = yes
|
|
|
|
SRC += matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|