blob: 4ff33fb2689f1a6b756304e92c8b63cf0593b873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Build Options
# change yes to no to disable
#
# 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
|