diff options
author | Ryan <fauxpark@gmail.com> | 2022-01-31 04:29:42 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 17:29:42 +0000 |
commit | 7d685956cc616a8d76aa7866f42bf569a9ca3fca (patch) | |
tree | 55f20f489b9ab12fde6bba1a8f8b59499e8ed179 /keyboards/40percentclub | |
parent | 9f4769fbe62fd3763a72f4a56dee18b5fbabec29 (diff) |
Rename `AdafruitBLE` to `BluefruitLE` (#16127)
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 160b3684b3..975c581883 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 = AdafruitBLE +BLUETOOTH_DRIVER = BluefruitLE BACKLIGHT_ENABLE = no |