mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 09:55:48 +00:00
[Keyboard] Fix dosa40rgb compilation issues (#14491)
This commit is contained in:
parent
d51bb76ec9
commit
c681c1a6a8
2 changed files with 4 additions and 2 deletions
|
@ -37,4 +37,4 @@
|
||||||
{k11, k12, k13, k14, k15, k16, k17, k18, k19, k20, k21}, \
|
{k11, k12, k13, k14, k15, k16, k17, k18, k19, k20, k21}, \
|
||||||
{k22, k23, k24, k25, k26, k27, k28, k29, k30, k31, k32}, \
|
{k22, k23, k24, k25, k26, k27, k28, k29, k30, k31, k32}, \
|
||||||
{k33, k34, k35, KC_NO,k36, KC_NO, k37, k38, k39, k40, k41}, \
|
{k33, k34, k35, KC_NO,k36, KC_NO, k37, k38, k39, k40, k41}, \
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,4 +22,6 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth
|
||||||
AUDIO_ENABLE = no # Audio output
|
AUDIO_ENABLE = no # Audio output
|
||||||
BLUETOOTH = AdafruitBLE # Enable Bluetooth
|
BLUETOOTH = AdafruitBLE # Enable Bluetooth
|
||||||
RGB_MATRIX_ENABLE = yes
|
RGB_MATRIX_ENABLE = yes
|
||||||
RGB_MATRIX_DRIVER = WS2812
|
RGB_MATRIX_DRIVER = WS2812
|
||||||
|
|
||||||
|
LTO_ENABLE = yes
|
||||||
|
|
Loading…
Reference in a new issue