summaryrefslogtreecommitdiff
path: root/keyboards/canary/canary60rgb
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-11-01 21:36:00 -0700
committerGitHub <noreply@github.com>2021-11-02 15:36:00 +1100
commit72f94daae1b75c3b29e76c8124913fc40ef7e7d1 (patch)
tree76581592d72dd49ca38a2638fff970c0486ba6de /keyboards/canary/canary60rgb
parent3c08817e4454ed67fa776148252dc8a3f9ccb20c (diff)
[Keyboard] Fix compilation size issues for Canary 60 RGB (#15016)
Diffstat (limited to 'keyboards/canary/canary60rgb')
-rw-r--r--keyboards/canary/canary60rgb/v1/rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/canary/canary60rgb/v1/rules.mk b/keyboards/canary/canary60rgb/v1/rules.mk
index d0b5fab7f4..c96834cc81 100644
--- a/keyboards/canary/canary60rgb/v1/rules.mk
+++ b/keyboards/canary/canary60rgb/v1/rules.mk
@@ -21,3 +21,5 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
RGB_MATRIX_ENABLE = yes # Use RGB matrix
RGB_MATRIX_DRIVER = IS31FL3733
+
+LTO_ENABLE = yes