Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
This commit is contained in:
parent
173f54cf1f
commit
416af0171c
311 changed files with 29 additions and 755 deletions
|
|
@ -13,5 +13,3 @@ AUDIO_ENABLE = no # Audio output
|
|||
|
||||
DEFAULT_FOLDER = input_club/infinity60/led
|
||||
|
||||
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
||||
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
||||
|
|
|
|||
|
|
@ -18,5 +18,3 @@ RGB_MATRIX_ENABLE = no
|
|||
SRC += k_type-rgbdriver.c
|
||||
QUANTUM_LIB_SRC += i2c_master.c is31fl3733-dual.c
|
||||
|
||||
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
||||
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
||||
|
|
|
|||
|
|
@ -12,5 +12,3 @@ AUDIO_ENABLE = no # Audio output
|
|||
|
||||
LED_MATRIX_ENABLE = yes
|
||||
|
||||
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
||||
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue