aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/dtisaac/dosa40rgb/rules.mk3
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
20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow 20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth 21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output 22AUDIO_ENABLE = no # Audio output
23BLUETOOTH = AdafruitBLE # Enable Bluetooth 23BLUETOOTH_ENABLE = yes # Enable Bluetooth
24BLUETOOTH_DRIVER = AdafruitBLE
24RGB_MATRIX_ENABLE = yes 25RGB_MATRIX_ENABLE = yes
25RGB_MATRIX_DRIVER = WS2812 26RGB_MATRIX_DRIVER = WS2812
26 27