mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-04 08:55:10 +00:00
7 lines
120 B
Makefile
7 lines
120 B
Makefile
|
# Configure for 128K flash
|
||
|
MCU_LDSCRIPT = STM32F103xB
|
||
|
|
||
|
# Wildcard to allow APM32 MCU
|
||
|
DFU_SUFFIX_ARGS = -p FFFF -v FFFF
|
||
|
|