blob: 9f710c17145ca808df7444a311d0b88889f36f4b (
plain)
1
2
3
4
5
|
# 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
include keyboards/keychron/bluetooth/bluetooth.mk
|