summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/prkl30/feather
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-29 15:16:14 +1000
committerGitHub <noreply@github.com>2023-07-29 15:16:14 +1000
commitb4a7b9253a996484b10b4762f7b2fff7c9105c34 (patch)
tree5690b166d442664d46df40cdf6c98c7bef247245 /keyboards/handwired/prkl30/feather
parent4af6f1df06326376ce07a43560ff0a68e9dd1eb1 (diff)
Bluetooth: driver naming cleanups (#21624)
Diffstat (limited to 'keyboards/handwired/prkl30/feather')
-rw-r--r--keyboards/handwired/prkl30/feather/info.json3
-rw-r--r--keyboards/handwired/prkl30/feather/rules.mk1
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/handwired/prkl30/feather/info.json b/keyboards/handwired/prkl30/feather/info.json
index e0570d71bf..f57926060b 100644
--- a/keyboards/handwired/prkl30/feather/info.json
+++ b/keyboards/handwired/prkl30/feather/info.json
@@ -7,6 +7,9 @@
"ws2812": {
"pin": "D1"
},
+ "bluetooth": {
+ "driver": "bluefruit_le"
+ },
"matrix_pins": {
"cols": ["D3", "D1", "B7", "D6", "C7", "B6", "B5", "D7", "C6", "D0"],
"rows": ["F4", "F1", "F0", "D2"]
diff --git a/keyboards/handwired/prkl30/feather/rules.mk b/keyboards/handwired/prkl30/feather/rules.mk
index 6b109855a5..aaab95b9e0 100644
--- a/keyboards/handwired/prkl30/feather/rules.mk
+++ b/keyboards/handwired/prkl30/feather/rules.mk
@@ -16,4 +16,3 @@ AUDIO_ENABLE = no # This can be enabled if a speaker is connected to t
RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port.
BLUETOOTH_ENABLE = yes
-BLUETOOTH_DRIVER = BluefruitLE