mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-14 22:00:53 +00:00
ae5bcaac0d
* Update keyboards/cablecardesigns/phoenix/
8 lines
245 B
Makefile
Executable File
8 lines
245 B
Makefile
Executable File
# Wildcard to allow APM32 MCU
|
|
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
|
|
|
# Do not put the microcontroller into power saving mode
|
|
# when we get USB suspend event. We want it to keep updating
|
|
# backlight effects.
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|