summaryrefslogtreecommitdiff
path: root/keyboards/candybar/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/candybar/rules.mk')
-rw-r--r--keyboards/candybar/rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/candybar/rules.mk b/keyboards/candybar/rules.mk
index 0e1a8517fa..cb1b832886 100644
--- a/keyboards/candybar/rules.mk
+++ b/keyboards/candybar/rules.mk
@@ -18,3 +18,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
AUDIO_ENABLE = no
RGBLIGHT_ENABLE = no
SERIAL_LINK_ENABLE = no
+
+
+# Enter lower-power sleep mode when on the ChibiOS idle thread
+OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE