diff options
author | lalalademaxiya1 <2831039915@qq.com> | 2023-06-30 11:45:57 +0800 |
---|---|---|
committer | lalalademaxiya1 <2831039915@qq.com> | 2023-06-30 11:45:57 +0800 |
commit | 6a5c81252f149cdee9a7f5e4a9f53beff59d6a7b (patch) | |
tree | cda6625901250b5caf50c6156929361ef959fad6 /keyboards/keychron/bluetooth | |
parent | 064f3702f7d79185cad174627ff2e2c54f584813 (diff) | |
parent | 9902d781e69432a3edb1e3014706c80c7e202e6b (diff) |
Merge branch 'temp' into keychron_q6_pro
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 \ |