aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/config.h')
-rw-r--r--keyboards/helix/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/helix/config.h b/keyboards/helix/config.h
index 7bd4d2645..fbfbd3280 100644
--- a/keyboards/helix/config.h
+++ b/keyboards/helix/config.h
@@ -39,4 +39,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
39// ./tmk_core 39// ./tmk_core
40// ...... 40// ......
41 41
42#ifdef USE_Link_Time_Optimization
43 // LTO has issues with macros (action_get_macro) and "functions" (fn_actions),
44 // so just disable them
45 #define NO_ACTION_MACRO
46 #define NO_ACTION_FUNCTION
47
48 #define DISABLE_LEADER
49#endif // USE_Link_Time_Optimization
50
42#endif /* CONFIG_H */ 51#endif /* CONFIG_H */