diff options
author | Nick Brassel <nick@tzarc.org> | 2023-06-24 05:31:25 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 20:31:25 +0100 |
commit | 416af0171c6433a7ecb198386dd2c3ac70d4cbd2 (patch) | |
tree | c660dcbc1b3863e360b904d2b0ad6f7c0a0e6b4a /keyboards/handwired/sono1 | |
parent | 173f54cf1f6e7119bcb09c1f61b6dc575dc40ecc (diff) |
Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase.
* Turn on CORTEX_ENABLE_WFI_IDLE by default.
Diffstat (limited to 'keyboards/handwired/sono1')
-rw-r--r-- | keyboards/handwired/sono1/stm32f103/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/handwired/sono1/stm32f103/rules.mk b/keyboards/handwired/sono1/stm32f103/rules.mk index a92b099328..8b13789179 100644 --- a/keyboards/handwired/sono1/stm32f103/rules.mk +++ b/keyboards/handwired/sono1/stm32f103/rules.mk @@ -1,2 +1 @@ -# Enter lower-power sleep mode when on the ChibiOS idle thread -OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE + |