diff options
Diffstat (limited to 'keyboards/cablecardesigns/phoenix/rules.mk')
-rwxr-xr-x | keyboards/cablecardesigns/phoenix/rules.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/cablecardesigns/phoenix/rules.mk b/keyboards/cablecardesigns/phoenix/rules.mk new file mode 100755 index 0000000000..7ce6edcba9 --- /dev/null +++ b/keyboards/cablecardesigns/phoenix/rules.mk @@ -0,0 +1,7 @@ +# 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 |