summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/bluetooth
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2023-06-13 10:58:50 +0800
committerlokher <lokher@gmail.com>2023-06-13 10:58:50 +0800
commit5856c95340be1f855fcd342ecb2f8446a7adbcda (patch)
treeabac3aabf97c16717af5a1f273fd59e6a949b9a2 /keyboards/keychron/bluetooth
parentb9a3e3dd3ccff372e9c8f8207c40357c58935294 (diff)
move OPT_DEFS += -DKC_BLUETOOTH_ENABLE to bluetooth.mk
Diffstat (limited to 'keyboards/keychron/bluetooth')
-rw-r--r--keyboards/keychron/bluetooth/bluetooth.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/keychron/bluetooth/bluetooth.mk b/keyboards/keychron/bluetooth/bluetooth.mk
index 70db522586..3a57a6d75d 100644
--- a/keyboards/keychron/bluetooth/bluetooth.mk
+++ b/keyboards/keychron/bluetooth/bluetooth.mk
@@ -1,3 +1,6 @@
+
+OPT_DEFS += -DKC_BLUETOOTH_ENABLE
+
BLUETOOTH_DIR = bluetooth
SRC += \
$(BLUETOOTH_DIR)/bluetooth.c \