Enable low power idle mode

anne_pro
Michiel Visser 2020-07-01 13:23:22 +02:00
parent a06e45bfed
commit 6ed4853046
1 changed files with 3 additions and 0 deletions

View File

@ -36,3 +36,6 @@ MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
NKRO_ENABLE = yes # USB Nkey Rollover
EEPROM_DRIVER = transient
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE