summaryrefslogtreecommitdiff
path: root/keyboards/handwired/bdn9_ble
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/bdn9_ble')
-rw-r--r--keyboards/handwired/bdn9_ble/info.json4
-rw-r--r--keyboards/handwired/bdn9_ble/rules.mk1
2 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/handwired/bdn9_ble/info.json b/keyboards/handwired/bdn9_ble/info.json
index eb6e57abde..e5c9479453 100644
--- a/keyboards/handwired/bdn9_ble/info.json
+++ b/keyboards/handwired/bdn9_ble/info.json
@@ -8,7 +8,11 @@
"pid": "0x1134",
"device_version": "1.0.0"
},
+ "bluetooth": {
+ "driver": "bluefruit_le"
+ },
"backlight": {
+ "driver": "timer",
"pin": "F6",
"levels": 5
},
diff --git a/keyboards/handwired/bdn9_ble/rules.mk b/keyboards/handwired/bdn9_ble/rules.mk
index c9d3996b93..0dafe2f289 100644
--- a/keyboards/handwired/bdn9_ble/rules.mk
+++ b/keyboards/handwired/bdn9_ble/rules.mk
@@ -15,4 +15,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = no
BLUETOOTH_ENABLE = yes
-BLUETOOTH_DRIVER = BluefruitLE