diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-11-16 17:45:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-16 17:45:06 -0800 |
| commit | 9ca0cd81bf8a14c60a0957137d0cb94d9b07aaf8 (patch) | |
| tree | 50a05da467813dfa34174858cf35dafe9f9ee07f /keyboards/dztech | |
| parent | 6f3861fac537a9424f8b8a7b735f1afafe9b4755 (diff) | |
| download | qmk_firmware-9ca0cd81bf8a14c60a0957137d0cb94d9b07aaf8.tar.gz qmk_firmware-9ca0cd81bf8a14c60a0957137d0cb94d9b07aaf8.zip | |
[Keyboard] Fix handful of boards compiling too large due to RGB matrix changes (#15184)
Diffstat (limited to 'keyboards/dztech')
| -rw-r--r-- | keyboards/dztech/dz60rgb_ansi/v2/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/dztech/dz60rgb_ansi/v2/rules.mk b/keyboards/dztech/dz60rgb_ansi/v2/rules.mk index 41fdb211e..831846888 100644 --- a/keyboards/dztech/dz60rgb_ansi/v2/rules.mk +++ b/keyboards/dztech/dz60rgb_ansi/v2/rules.mk | |||
| @@ -22,3 +22,5 @@ AUDIO_ENABLE = no # Audio output | |||
| 22 | RGB_MATRIX_ENABLE = yes # Use RGB matrix | 22 | RGB_MATRIX_ENABLE = yes # Use RGB matrix |
| 23 | RGB_MATRIX_DRIVER = IS31FL3733 | 23 | RGB_MATRIX_DRIVER = IS31FL3733 |
| 24 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in | 24 | NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in |
| 25 | |||
| 26 | LTO_ENABLE = yes | ||
