summaryrefslogtreecommitdiff
path: root/keyboards/spaceman
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-01-31 04:29:42 +1100
committerGitHub <noreply@github.com>2022-01-30 17:29:42 +0000
commit7d685956cc616a8d76aa7866f42bf569a9ca3fca (patch)
tree55f20f489b9ab12fde6bba1a8f8b59499e8ed179 /keyboards/spaceman
parent9f4769fbe62fd3763a72f4a56dee18b5fbabec29 (diff)
Rename `AdafruitBLE` to `BluefruitLE` (#16127)
Diffstat (limited to 'keyboards/spaceman')
-rw-r--r--keyboards/spaceman/pancake/rev1/feather/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/spaceman/pancake/rev1/feather/rules.mk b/keyboards/spaceman/pancake/rev1/feather/rules.mk
index 6530422734..c213c70872 100644
--- a/keyboards/spaceman/pancake/rev1/feather/rules.mk
+++ b/keyboards/spaceman/pancake/rev1/feather/rules.mk
@@ -20,7 +20,7 @@ BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not b
20AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below 20AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
21RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port. 21RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port.
22BLUETOOTH_ENABLE = yes 22BLUETOOTH_ENABLE = yes
23BLUETOOTH_DRIVER = AdafruitBLE 23BLUETOOTH_DRIVER = BluefruitLE
24 24
25LAYOUTS = ortho_4x12 planck_mit 25LAYOUTS = ortho_4x12 planck_mit
26 26