aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix/pico/local_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/pico/local_features.mk')
-rw-r--r--keyboards/helix/pico/local_features.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/helix/pico/local_features.mk b/keyboards/helix/pico/local_features.mk
index 0277a3d22..a98444686 100644
--- a/keyboards/helix/pico/local_features.mk
+++ b/keyboards/helix/pico/local_features.mk
@@ -106,10 +106,10 @@ endif
106 106
107ifeq ($(strip $(AUDIO_ENABLE)),yes) 107ifeq ($(strip $(AUDIO_ENABLE)),yes)
108 ifeq ($(strip $(RGBLIGHT_ENABLE)),yes) 108 ifeq ($(strip $(RGBLIGHT_ENABLE)),yes)
109 LINK_TIME_OPTIMIZATION_ENABLE = yes 109 LTO_ENABLE = yes
110 endif 110 endif
111 ifeq ($(strip $(OLED_ENABLE)),yes) 111 ifeq ($(strip $(OLED_ENABLE)),yes)
112 LINK_TIME_OPTIMIZATION_ENABLE = yes 112 LTO_ENABLE = yes
113 endif 113 endif
114endif 114endif
115 115
@@ -120,7 +120,7 @@ ifneq ($(strip $(SHOW_HELIX_OPTIONS)),)
120 $(info -- OLED_DRIVER_ENABLE = $(OLED_DRIVER_ENABLE)) 120 $(info -- OLED_DRIVER_ENABLE = $(OLED_DRIVER_ENABLE))
121 $(info -- CONSOLE_ENABLE = $(CONSOLE_ENABLE)) 121 $(info -- CONSOLE_ENABLE = $(CONSOLE_ENABLE))
122 $(info -- OPT_DEFS = $(OPT_DEFS)) 122 $(info -- OPT_DEFS = $(OPT_DEFS))
123 $(info -- LINK_TIME_OPTIMIZATION_ENABLE = $(LINK_TIME_OPTIMIZATION_ENABLE)) 123 $(info -- LTO_ENABLE = $(LTO_ENABLE))
124 $(info ) 124 $(info )
125 endif 125 endif
126endif 126endif