blob: 8e536fc3456312993db743abf9b21a2c7cb26ad6 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
|