aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lily58/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-03-18 14:21:10 -0700
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-03-18 14:21:10 -0700
commit28e182bc8a2976562e0d76a1332527e0a4be81ea (patch)
tree62bc6f2a79bc23d859af4aa0feb86b3a5143ef77 /keyboards/lily58/config.h
parent4f0dc945c32fce91323e5321b6bca70bca4dd1ac (diff)
downloadfirmware-28e182bc8a2976562e0d76a1332527e0a4be81ea.tar.gz
firmware-28e182bc8a2976562e0d76a1332527e0a4be81ea.tar.bz2
firmware-28e182bc8a2976562e0d76a1332527e0a4be81ea.zip
[Keyboard] Reduce compile size of the Lily58 Keyboard (#5412)
Diffstat (limited to 'keyboards/lily58/config.h')
-rw-r--r--keyboards/lily58/config.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/keyboards/lily58/config.h b/keyboards/lily58/config.h
index b88ec06bf..fb1cdf396 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