keychron_qmk_firmware/keyboards/keychron/q6_pro/rules.mk

9 lines
264 B
Makefile
Raw Normal View History

2023-05-22 07:35:18 +06:00
# 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
SRC += matrix.c
include keyboards/keychron/bluetooth/bluetooth.mk