diff options
| author | Nick Brassel | 2020-01-02 23:58:34 +0100 |
|---|---|---|
| committer | Nick Brassel | 2020-01-28 13:45:42 +0100 |
| commit | 4d06d2835c87f3eed694493fb749527032a78ec2 (patch) | |
| tree | bcdee649bdfa6fc26f749ff026681946610b6714 /keyboards/whitefox/rules.mk | |
| parent | 92c62352cf869a4099eb821b9e7d56d303bbec7b (diff) | |
Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.
Diffstat (limited to 'keyboards/whitefox/rules.mk')
| -rw-r--r-- | keyboards/whitefox/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/whitefox/rules.mk b/keyboards/whitefox/rules.mk index 7b33285004..27c3c31416 100644 --- a/keyboards/whitefox/rules.mk +++ b/keyboards/whitefox/rules.mk @@ -78,3 +78,7 @@ VISUALIZER_ENABLE = yes LED_DRIVER = is31fl3731c LED_WIDTH = 16 LED_HEIGHT = 5 + + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |