blob: be03bd962cd8bd7076b1adb4cdee7888a4b8ff39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
OPT_DEFS += -DKC_BLUETOOTH_ENABLE
CUSTOM_MATRIX = lite
SRC += matrix.c
include keyboards/keychron/bluetooth/bluetooth.mk
|