diff options
author | lokher <lokher@gmail.com> | 2023-09-07 15:30:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 15:30:16 +0800 |
commit | 40283748598590e461de2f2e1b183750daaf64a6 (patch) | |
tree | 8ace42caac5741c8db3c540250872f9d22d5dc31 /keyboards/keychron/k14_pro/rules.mk | |
parent | 417fe71cbae0517ad4705f6dc0bd5de63ba38b79 (diff) | |
parent | 97a10e4df9e4c29eb5f37508bf46ce645dcf1b3a (diff) |
Merge pull request #161 from lalalademaxiya1/keychron_k14_pro
Keychron k14 pro
Diffstat (limited to 'keyboards/keychron/k14_pro/rules.mk')
-rwxr-xr-x | keyboards/keychron/k14_pro/rules.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/keychron/k14_pro/rules.mk b/keyboards/keychron/k14_pro/rules.mk new file mode 100755 index 0000000000..1f9fc1ab58 --- /dev/null +++ b/keyboards/keychron/k14_pro/rules.mk @@ -0,0 +1,7 @@ +# 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 |