Browse Source

[Keyboard] Fix BT rules for dosa40rgb (#14497)

pull/14530/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
bf613eb9db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      keyboards/dtisaac/dosa40rgb/rules.mk

+ 2
- 1
keyboards/dtisaac/dosa40rgb/rules.mk View File

@ -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


Loading…
Cancel
Save