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