Skip to content

Commit bf613eb

Browse files
authored
[Keyboard] Fix BT rules for dosa40rgb (qmk#14497)
1 parent baf6e51 commit bf613eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

keyboards/dtisaac/dosa40rgb/rules.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
2020
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
2121
BLUETOOTH_ENABLE = no # Enable Bluetooth
2222
AUDIO_ENABLE = no # Audio output
23-
BLUETOOTH = AdafruitBLE # Enable Bluetooth
23+
BLUETOOTH_ENABLE = yes # Enable Bluetooth
24+
BLUETOOTH_DRIVER = AdafruitBLE
2425
RGB_MATRIX_ENABLE = yes
2526
RGB_MATRIX_DRIVER = WS2812
2627

0 commit comments

Comments
 (0)