mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-23 03:42:59 +00:00
416af0171c
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
9 lines
138 B
Makefile
9 lines
138 B
Makefile
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
KEY_LOCK_ENABLE = yes
|
|
|
|
# Wildcard to allow APM32 MCU
|
|
DFU_SUFFIX_ARGS = -p FFFF -v FFFF
|
|
|