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/phage_studio | |
| 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/phage_studio')
| -rw-r--r-- | keyboards/phage_studio/pila87/rules.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/phage_studio/pila87/rules.mk b/keyboards/phage_studio/pila87/rules.mk index 05f967d7a8..cd96ec2c2c 100644 --- a/keyboards/phage_studio/pila87/rules.mk +++ b/keyboards/phage_studio/pila87/rules.mk @@ -14,9 +14,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -# Enter lower-power sleep mode when on the ChibiOS idle thread -OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE - # RGB Matrix enabled RGB_MATRIX_ENABLE = yes |