aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-04-06 16:39:31 +1000
committerGitHub <noreply@github.com>2021-04-06 16:39:31 +1000
commit96acb499d2a818a7072d488c4fa445d9c2bf122a (patch)
treeb56eaad2c502b1378b1eade6b9785ef90c81d4a2
parent64a0f5a659190518a9361e0bd2e8caff0b3354f1 (diff)
downloadqmk_firmware-96acb499d2a818a7072d488c4fa445d9c2bf122a.tar.gz
qmk_firmware-96acb499d2a818a7072d488c4fa445d9c2bf122a.zip
Fix up builds that are now too big for `develop` branch. (#12495)
-rw-r--r--keyboards/kbdfans/bella/rgb/rules.mk2
-rw-r--r--keyboards/kbdfans/bella/rgb_iso/rules.mk2
-rw-r--r--keyboards/mt64rgb/rules.mk2
3 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/kbdfans/bella/rgb/rules.mk b/keyboards/kbdfans/bella/rgb/rules.mk
index a4fcb5782..bba2c1a6c 100644
--- a/keyboards/kbdfans/bella/rgb/rules.mk
+++ b/keyboards/kbdfans/bella/rgb/rules.mk
@@ -23,3 +23,5 @@ AUDIO_ENABLE = no # Audio output
23RGB_MATRIX_ENABLE = yes 23RGB_MATRIX_ENABLE = yes
24RGB_MATRIX_DRIVER = IS31FL3741 24RGB_MATRIX_DRIVER = IS31FL3741
25NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in 25NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
26
27LTO_ENABLE = yes
diff --git a/keyboards/kbdfans/bella/rgb_iso/rules.mk b/keyboards/kbdfans/bella/rgb_iso/rules.mk
index a4fcb5782..bba2c1a6c 100644
--- a/keyboards/kbdfans/bella/rgb_iso/rules.mk
+++ b/keyboards/kbdfans/bella/rgb_iso/rules.mk
@@ -23,3 +23,5 @@ AUDIO_ENABLE = no # Audio output
23RGB_MATRIX_ENABLE = yes 23RGB_MATRIX_ENABLE = yes
24RGB_MATRIX_DRIVER = IS31FL3741 24RGB_MATRIX_DRIVER = IS31FL3741
25NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in 25NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
26
27LTO_ENABLE = yes
diff --git a/keyboards/mt64rgb/rules.mk b/keyboards/mt64rgb/rules.mk
index 08450b37a..b77c0d52b 100644
--- a/keyboards/mt64rgb/rules.mk
+++ b/keyboards/mt64rgb/rules.mk
@@ -25,3 +25,5 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth
25AUDIO_ENABLE = no # Audio output 25AUDIO_ENABLE = no # Audio output
26 26
27LAYOUTS = 64_ansi 27LAYOUTS = 64_ansi
28
29LTO_ENABLE = yes