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 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/>. | |||
| 24 | #define USE_I2C | 24 | #define USE_I2C |
| 25 | #define USE_SERIAL | 25 | #define USE_SERIAL |
| 26 | 26 | ||
| 27 | #ifdef USE_Link_Time_Optimization | 27 | #define NO_ACTION_MACRO |
| 28 | // LTO has issues with macros (action_get_macro) and "functions" (fn_actions), | 28 | #define NO_ACTION_FUNCTION |
| 29 | // so just disable them | ||
| 30 | #define NO_ACTION_MACRO | ||
| 31 | #define NO_ACTION_FUNCTION | ||
| 32 | |||
| 33 | #define DISABLE_LEADER | ||
| 34 | #endif // USE_Link_Time_Optimization \ No newline at end of file | ||
