From 29df3ce83b95a30e150d2db19cbbe6553a21b647 Mon Sep 17 00:00:00 2001 From: Erovia Date: Sun, 20 Jun 2021 16:30:23 +0100 Subject: [PATCH] Fix/keyboard/dz65rgbv3 (#13268) With the 'lufa-ms' bootloader LTO is needed so the keyboard can be built with Configurator. --- keyboards/dztech/dz65rgb/v3/rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/dztech/dz65rgb/v3/rules.mk b/keyboards/dztech/dz65rgb/v3/rules.mk index 36358fe4d..ace821a32 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