diff options
Diffstat (limited to 'keyboards/dtisaac/dosa40rgb')
-rw-r--r-- | keyboards/dtisaac/dosa40rgb/info.json | 3 | ||||
-rw-r--r-- | keyboards/dtisaac/dosa40rgb/rules.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/dtisaac/dosa40rgb/info.json b/keyboards/dtisaac/dosa40rgb/info.json index 55a40684f9..b9f02c3470 100644 --- a/keyboards/dtisaac/dosa40rgb/info.json +++ b/keyboards/dtisaac/dosa40rgb/info.json @@ -11,6 +11,9 @@ "ws2812": { "pin": "D0" }, + "rgb_matrix": { + "driver": "WS2812" + }, "matrix_pins": { "cols": ["D1", "D6", "D3", "D2", "B6", "C6", "C7", "F7", "F6", "F5", "F4"], "rows": ["B7", "D7", "F1", "F0"] diff --git a/keyboards/dtisaac/dosa40rgb/rules.mk b/keyboards/dtisaac/dosa40rgb/rules.mk index c3b1c4ef11..5cc9ef68e4 100644 --- a/keyboards/dtisaac/dosa40rgb/rules.mk +++ b/keyboards/dtisaac/dosa40rgb/rules.mk @@ -13,6 +13,5 @@ AUDIO_ENABLE = no # Audio output BLUETOOTH_ENABLE = yes # Enable Bluetooth BLUETOOTH_DRIVER = BluefruitLE RGB_MATRIX_ENABLE = yes -RGB_MATRIX_DRIVER = WS2812 LTO_ENABLE = yes |