Skip to content

Commit

Permalink
[Keyboard] Fix BT rules for dosa40rgb (qmk#14497)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and ptrxyz committed Nov 6, 2021
1 parent 16486ba commit 26536ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyboards/dtisaac/dosa40rgb/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
BLUETOOTH_ENABLE = no # Enable Bluetooth
AUDIO_ENABLE = no # Audio output
BLUETOOTH = AdafruitBLE # Enable Bluetooth
BLUETOOTH_ENABLE = yes # Enable Bluetooth
BLUETOOTH_DRIVER = AdafruitBLE
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = WS2812

Expand Down

0 comments on commit 26536ae

Please sign in to comment.