mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
416af0171c
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
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
|
|
|