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/bluetooth | |
parent | b9a3e3dd3ccff372e9c8f8207c40357c58935294 (diff) |
move OPT_DEFS += -DKC_BLUETOOTH_ENABLE to bluetooth.mk
Diffstat (limited to 'keyboards/keychron/bluetooth')
-rw-r--r-- | keyboards/keychron/bluetooth/bluetooth.mk | 3 |
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 \ |