summaryrefslogtreecommitdiff
path: root/keyboards/converter/usb_usb/ble
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/converter/usb_usb/ble')
-rw-r--r--keyboards/converter/usb_usb/ble/info.json5
-rw-r--r--keyboards/converter/usb_usb/ble/rules.mk1
2 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/converter/usb_usb/ble/info.json b/keyboards/converter/usb_usb/ble/info.json
index 56062f7ad3..18edf5f577 100644
--- a/keyboards/converter/usb_usb/ble/info.json
+++ b/keyboards/converter/usb_usb/ble/info.json
@@ -1,3 +1,6 @@
{
- "bootloader": "caterina"
+ "bootloader": "caterina",
+ "bluetooth": {
+ "driver": "bluefruit_le"
+ }
}
diff --git a/keyboards/converter/usb_usb/ble/rules.mk b/keyboards/converter/usb_usb/ble/rules.mk
index 86a4e15ffe..5b0435372b 100644
--- a/keyboards/converter/usb_usb/ble/rules.mk
+++ b/keyboards/converter/usb_usb/ble/rules.mk
@@ -3,5 +3,4 @@ F_CPU = 8000000
EXTRAKEY_ENABLE = no
BLUETOOTH_ENABLE = yes
-BLUETOOTH_DRIVER = BluefruitLE
LTO_ENABLE = yes