summaryrefslogtreecommitdiffstats
path: root/keyboards/dztech/dz65rgb/v3
diff options
context:
space:
mode:
authorErovia <Erovia@users.noreply.github.com>2021-06-20 16:30:23 +0100
committerGitHub <noreply@github.com>2021-06-20 16:30:23 +0100
commit29df3ce83b95a30e150d2db19cbbe6553a21b647 (patch)
tree26d661b7683378d220613a09f40da4041479ecdb /keyboards/dztech/dz65rgb/v3
parent7ab490254364e3c4d91748bbd17e8475ad090979 (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/dz65rgb/v3')
-rwxr-xr-xkeyboards/dztech/dz65rgb/v3/rules.mk1
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