mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-29 04:06:59 +06:00
7 lines
190 B
Makefile
7 lines
190 B
Makefile
# Build Options
|
|
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
|