diff options
| author | Ryan | 2022-01-30 18:29:42 +0100 |
|---|---|---|
| committer | GitHub | 2022-01-30 18:29:42 +0100 |
| commit | 7d685956cc616a8d76aa7866f42bf569a9ca3fca (patch) | |
| tree | 55f20f489b9ab12fde6bba1a8f8b59499e8ed179 /keyboards/atreus/feather | |
| parent | 9f4769fbe62fd3763a72f4a56dee18b5fbabec29 (diff) | |
Rename `AdafruitBLE` to `BluefruitLE` (#16127)
Diffstat (limited to 'keyboards/atreus/feather')
| -rw-r--r-- | keyboards/atreus/feather/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/atreus/feather/rules.mk b/keyboards/atreus/feather/rules.mk index ad0b4a5046..6280275c1e 100644 --- a/keyboards/atreus/feather/rules.mk +++ b/keyboards/atreus/feather/rules.mk @@ -11,5 +11,5 @@ BOOTLOADER = caterina # change yes to no to disable # BLUETOOTH_ENABLE = yes -BLUETOOTH_DRIVER = AdafruitBLE +BLUETOOTH_DRIVER = BluefruitLE CONSOLE_ENABLE = no |