diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-29 15:16:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-29 15:16:14 +1000 |
commit | b4a7b9253a996484b10b4762f7b2fff7c9105c34 (patch) | |
tree | 5690b166d442664d46df40cdf6c98c7bef247245 /keyboards/10bleoledhub | |
parent | 4af6f1df06326376ce07a43560ff0a68e9dd1eb1 (diff) |
Bluetooth: driver naming cleanups (#21624)
Diffstat (limited to 'keyboards/10bleoledhub')
-rw-r--r-- | keyboards/10bleoledhub/info.json | 3 | ||||
-rw-r--r-- | keyboards/10bleoledhub/rules.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/10bleoledhub/info.json b/keyboards/10bleoledhub/info.json index 15d4702427..2251fad834 100644 --- a/keyboards/10bleoledhub/info.json +++ b/keyboards/10bleoledhub/info.json @@ -8,6 +8,9 @@ "pid": "0x7C99", "device_version": "0.0.1" }, + "bluetooth": { + "driver": "bluefruit_le" + }, "rgblight": { "led_count": 4 }, diff --git a/keyboards/10bleoledhub/rules.mk b/keyboards/10bleoledhub/rules.mk index e30794f68e..2c0b66f84d 100644 --- a/keyboards/10bleoledhub/rules.mk +++ b/keyboards/10bleoledhub/rules.mk @@ -14,7 +14,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output BLUETOOTH_ENABLE = yes -BLUETOOTH_DRIVER = BluefruitLE OLED_ENABLE = yes OLED_DRIVER = SSD1306 ENCODER_ENABLE = yes |