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/40percentclub | |
parent | 4af6f1df06326376ce07a43560ff0a68e9dd1eb1 (diff) |
Bluetooth: driver naming cleanups (#21624)
Diffstat (limited to 'keyboards/40percentclub')
-rw-r--r-- | keyboards/40percentclub/mf68/keymaps/mf68_ble/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/40percentclub/mf68/keymaps/mf68_ble/rules.mk b/keyboards/40percentclub/mf68/keymaps/mf68_ble/rules.mk index 975c581883..dedd62afcb 100644 --- a/keyboards/40percentclub/mf68/keymaps/mf68_ble/rules.mk +++ b/keyboards/40percentclub/mf68/keymaps/mf68_ble/rules.mk @@ -5,5 +5,5 @@ F_CPU = 8000000 # change yes to no to disable # BLUETOOTH_ENABLE = yes -BLUETOOTH_DRIVER = BluefruitLE +BLUETOOTH_DRIVER = bluefruit_le BACKLIGHT_ENABLE = no |