diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-09-18 00:53:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-18 00:53:16 -0700 |
| commit | c681c1a6a84a378ecc6c04174aafadd5f3d1b31f (patch) | |
| tree | 76bf6048f187e97f7b45d61ecc31199aef37659a | |
| parent | d51bb76ec96c35f3b5494f8dd0ecb2611dccd3df (diff) | |
| download | qmk_firmware-c681c1a6a84a378ecc6c04174aafadd5f3d1b31f.tar.gz qmk_firmware-c681c1a6a84a378ecc6c04174aafadd5f3d1b31f.zip | |
[Keyboard] Fix dosa40rgb compilation issues (#14491)
| -rw-r--r-- | keyboards/dtisaac/dosa40rgb/dosa40rgb.h | 2 | ||||
| -rw-r--r-- | keyboards/dtisaac/dosa40rgb/rules.mk | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/dtisaac/dosa40rgb/dosa40rgb.h b/keyboards/dtisaac/dosa40rgb/dosa40rgb.h index 261fb7c46..659e42f8f 100644 --- a/keyboards/dtisaac/dosa40rgb/dosa40rgb.h +++ b/keyboards/dtisaac/dosa40rgb/dosa40rgb.h | |||
| @@ -37,4 +37,4 @@ | |||
| 37 | {k11, k12, k13, k14, k15, k16, k17, k18, k19, k20, k21}, \ | 37 | {k11, k12, k13, k14, k15, k16, k17, k18, k19, k20, k21}, \ |
| 38 | {k22, k23, k24, k25, k26, k27, k28, k29, k30, k31, k32}, \ | 38 | {k22, k23, k24, k25, k26, k27, k28, k29, k30, k31, k32}, \ |
| 39 | {k33, k34, k35, KC_NO,k36, KC_NO, k37, k38, k39, k40, k41}, \ | 39 | {k33, k34, k35, KC_NO,k36, KC_NO, k37, k38, k39, k40, k41}, \ |
| 40 | } \ No newline at end of file | 40 | } |
diff --git a/keyboards/dtisaac/dosa40rgb/rules.mk b/keyboards/dtisaac/dosa40rgb/rules.mk index 0440ff20b..c3ad783fc 100644 --- a/keyboards/dtisaac/dosa40rgb/rules.mk +++ b/keyboards/dtisaac/dosa40rgb/rules.mk | |||
| @@ -22,4 +22,6 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth | |||
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | BLUETOOTH = AdafruitBLE # Enable Bluetooth | 23 | BLUETOOTH = AdafruitBLE # Enable Bluetooth |
| 24 | RGB_MATRIX_ENABLE = yes | 24 | RGB_MATRIX_ENABLE = yes |
| 25 | RGB_MATRIX_DRIVER = WS2812 \ No newline at end of file | 25 | RGB_MATRIX_DRIVER = WS2812 |
| 26 | |||
| 27 | LTO_ENABLE = yes | ||
