diff options
author | lokher <lokher@gmail.com> | 2023-06-13 10:58:50 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2023-06-13 10:58:50 +0800 |
commit | 5856c95340be1f855fcd342ecb2f8446a7adbcda (patch) | |
tree | abac3aabf97c16717af5a1f273fd59e6a949b9a2 /keyboards/keychron/k6_pro/rules.mk | |
parent | b9a3e3dd3ccff372e9c8f8207c40357c58935294 (diff) |
move OPT_DEFS += -DKC_BLUETOOTH_ENABLE to bluetooth.mk
Diffstat (limited to 'keyboards/keychron/k6_pro/rules.mk')
-rw-r--r-- | keyboards/keychron/k6_pro/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/keychron/k6_pro/rules.mk b/keyboards/keychron/k6_pro/rules.mk index 15ebea7eb8..8e536fc345 100644 --- a/keyboards/keychron/k6_pro/rules.mk +++ b/keyboards/keychron/k6_pro/rules.mk @@ -1,7 +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 -OPT_DEFS += -DKC_BLUETOOTH_ENABLE SRC += matrix.c |