diff options
author | lokher <lokher@gmail.com> | 2023-10-25 15:08:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 15:08:46 +0800 |
commit | d72ae351eabcf2baec05436b1e479182863bfda2 (patch) | |
tree | d18c407f6e996a309a27792ef12c604fd7a7e59c /keyboards/keychron/k15_pro/rules.mk | |
parent | eca6feaf10c7077e00506c7dc5491cfde77546ce (diff) | |
parent | 1df560b679d2c8e8c6bf0e2156127d363eba0ce7 (diff) |
Merge pull request #185 from KeychronMacro/keychron_k15_pro
Add keychron k15 pro
Diffstat (limited to 'keyboards/keychron/k15_pro/rules.mk')
-rwxr-xr-x | keyboards/keychron/k15_pro/rules.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/keychron/k15_pro/rules.mk b/keyboards/keychron/k15_pro/rules.mk new file mode 100755 index 0000000000..f995372f9c --- /dev/null +++ b/keyboards/keychron/k15_pro/rules.mk @@ -0,0 +1,6 @@ +# 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 +include keyboards/keychron/common/common.mk |