forked from forks/qmk_firmware
655c24d29d
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
10 lines
246 B
Makefile
Executable file
10 lines
246 B
Makefile
Executable file
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
EEPROM_DRIVER = wear_leveling
|
|
WEAR_LEVELING_DRIVER = embedded_flash
|
|
SERIAL_DRIVER = usart
|
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|