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 c3ad783fc9..8924c0a41c 100644 --- a/keyboards/dtisaac/dosa40rgb/rules.mk +++ b/keyboards/dtisaac/dosa40rgb/rules.mk @@ -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  | 
