mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-26 21:26:46 +00:00
8 lines
249 B
Makefile
Executable File
8 lines
249 B
Makefile
Executable File
# This file only contains EFL/WL settings and enables F103 low-power mode
|
|
|
|
EEPROM_DRIVER = wear_leveling
|
|
WEAR_LEVELING_DRIVER = embedded_flash
|
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|