* Port Keychron Q11 to VIAL * Add back removed `KC_TASK` and `KC_FLXP` keycodes in `default` and `via` keymaps * Sync #20125 from `qmk/master`
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
|