diff options
| author | Nick Brassel | 2023-06-23 21:31:25 +0200 |
|---|---|---|
| committer | GitHub | 2023-06-23 21:31:25 +0200 |
| commit | 416af0171c6433a7ecb198386dd2c3ac70d4cbd2 (patch) | |
| tree | c660dcbc1b3863e360b904d2b0ad6f7c0a0e6b4a /keyboards/loki65 | |
| 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/loki65')
| -rw-r--r-- | keyboards/loki65/rules.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/loki65/rules.mk b/keyboards/loki65/rules.mk index 000ee78e21..cc9d7bb3f5 100644 --- a/keyboards/loki65/rules.mk +++ b/keyboards/loki65/rules.mk @@ -1,11 +1,6 @@ # 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 - # Build Options # change yes to no to disable # |