diff options
Diffstat (limited to 'keyboards/lily58/config.h')
-rw-r--r-- | keyboards/lily58/config.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/keyboards/lily58/config.h b/keyboards/lily58/config.h index b88ec06bf4..fb1cdf3962 100644 --- a/keyboards/lily58/config.h +++ b/keyboards/lily58/config.h @@ -24,11 +24,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define USE_I2C #define USE_SERIAL -#ifdef USE_Link_Time_Optimization - // LTO has issues with macros (action_get_macro) and "functions" (fn_actions), - // so just disable them - #define NO_ACTION_MACRO - #define NO_ACTION_FUNCTION - - #define DISABLE_LEADER -#endif // USE_Link_Time_Optimization
\ No newline at end of file +#define NO_ACTION_MACRO +#define NO_ACTION_FUNCTION |