summaryrefslogtreecommitdiff
path: root/keyboards/cablecardesigns/phoenix/rules.mk
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2023-06-02 08:45:54 +0100
committerGitHub <noreply@github.com>2023-06-02 08:45:54 +0100
commitae5bcaac0d49fb8a72f87800f4d22b0e6e6de15c (patch)
tree761bbcaf4713a3924d48549c9e6e761223cc8934 /keyboards/cablecardesigns/phoenix/rules.mk
parentb110a09886b9d27fea33de2a488e2b74d9baa27e (diff)
[keyboard] Phoenix (#21051)
* Update keyboards/cablecardesigns/phoenix/
Diffstat (limited to 'keyboards/cablecardesigns/phoenix/rules.mk')
-rwxr-xr-xkeyboards/cablecardesigns/phoenix/rules.mk7
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