mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-03 06:06:54 +06:00
064f3702f7
Co-authored-by: lokher <lokher@gmail.com>
8 lines
230 B
Makefile
Executable File
8 lines
230 B
Makefile
Executable File
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
|
OPT_DEFS += -DNO_USB_STARTUP_CHECK -DENABLE_FACTORY_TEST
|
|
|
|
SRC += matrix.c
|
|
|
|
include keyboards/keychron/bluetooth/bluetooth.mk
|