diff options
author | Erovia <Erovia@users.noreply.github.com> | 2021-06-20 16:30:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-20 16:30:23 +0100 |
commit | 29df3ce83b95a30e150d2db19cbbe6553a21b647 (patch) | |
tree | 26d661b7683378d220613a09f40da4041479ecdb /keyboards/dztech | |
parent | 7ab490254364e3c4d91748bbd17e8475ad090979 (diff) |
Fix/keyboard/dz65rgbv3 (#13268)
With the 'lufa-ms' bootloader LTO is needed so the keyboard can be built
with Configurator.
Diffstat (limited to 'keyboards/dztech')
-rwxr-xr-x | keyboards/dztech/dz65rgb/v3/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/dztech/dz65rgb/v3/rules.mk b/keyboards/dztech/dz65rgb/v3/rules.mk index 36358fe4d9..ace821a327 100755 --- a/keyboards/dztech/dz65rgb/v3/rules.mk +++ b/keyboards/dztech/dz65rgb/v3/rules.mk @@ -22,3 +22,4 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output RGB_MATRIX_ENABLE = yes # Use RGB matrix RGB_MATRIX_DRIVER = IS31FL3741 +LTO_ENABLE = yes |