mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 12:46:41 +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
|
||
|
|