diff options
author | Nick Brassel <nick@tzarc.org> | 2020-01-03 09:58:34 +1100 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2020-01-28 23:45:42 +1100 |
commit | 4d06d2835c87f3eed694493fb749527032a78ec2 (patch) | |
tree | bcdee649bdfa6fc26f749ff026681946610b6714 /keyboards/cannonkeys/an_c/rules.mk | |
parent | 92c62352cf869a4099eb821b9e7d56d303bbec7b (diff) |
Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.
Diffstat (limited to 'keyboards/cannonkeys/an_c/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/an_c/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/an_c/rules.mk b/keyboards/cannonkeys/an_c/rules.mk index 151f72fd0f..2050ba34c4 100644 --- a/keyboards/cannonkeys/an_c/rules.mk +++ b/keyboards/cannonkeys/an_c/rules.mk @@ -22,3 +22,7 @@ CUSTOM_MATRIX = no # Custom matrix file RGBLIGHT_ENABLE = yes LAYOUTS = 60_ansi 60_tsangan_hhkb + + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |