mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-29 04:06:59 +06:00
15 lines
321 B
Makefile
15 lines
321 B
Makefile
# Build Options
|
|
# change yes to no to disable.
|
|
#
|
|
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
|
|
|
|
# custom matrix setup
|
|
CUSTOM_MATRIX = lite
|
|
|
|
VPATH += keyboards/keychron/common
|
|
SRC += matrix.c
|