diff options
-rw-r--r-- | keyboards/dtisaac/dosa40rgb/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/dtisaac/dosa40rgb/rules.mk b/keyboards/dtisaac/dosa40rgb/rules.mk index c3ad783fc..8924c0a41 100644 --- a/keyboards/dtisaac/dosa40rgb/rules.mk +++ b/keyboards/dtisaac/dosa40rgb/rules.mk | |||
@@ -20,7 +20,8 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
23 | BLUETOOTH = AdafruitBLE # Enable Bluetooth | 23 | BLUETOOTH_ENABLE = yes # Enable Bluetooth |
24 | BLUETOOTH_DRIVER = AdafruitBLE | ||
24 | RGB_MATRIX_ENABLE = yes | 25 | RGB_MATRIX_ENABLE = yes |
25 | RGB_MATRIX_DRIVER = WS2812 | 26 | RGB_MATRIX_DRIVER = WS2812 |
26 | 27 | ||