mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-11 12:45:33 +06:00
13 lines
286 B
Makefile
13 lines
286 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
|
|
|
|
# custom matrix setup
|
|
CUSTOM_MATRIX = lite
|
|
|
|
VPATH += keyboards/keychron/common
|
|
SRC += matrix.c
|