diff options
author | Drashna Jaelre <drashna@live.com> | 2021-09-18 17:04:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 01:04:20 +0100 |
commit | bf613eb9dbeb05b7456019275cd3a1e6dddd62ee (patch) | |
tree | 58ccac1f5eae2599d71ff666cb97332a5596ffa4 /keyboards/dtisaac | |
parent | baf6e51933c2a05add1d9d2503e372903fc785d2 (diff) |
[Keyboard] Fix BT rules for dosa40rgb (#14497)
Diffstat (limited to 'keyboards/dtisaac')
-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 |