diff options
Diffstat (limited to 'keyboards/keychron/bluetooth/bluetooth.mk')
-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 \ |