From e9fc7fd4b16549add77f9036f8044076c028d095 Mon Sep 17 00:00:00 2001 From: Gondolindrim Date: Sat, 2 Dec 2023 22:22:50 -0300 Subject: [PATCH] Move LTO from `features` to `build` --- keyboards/smithrune/iron165r2_s/info.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/keyboards/smithrune/iron165r2_s/info.json b/keyboards/smithrune/iron165r2_s/info.json index 31106ad0bdc..d373fa27b3d 100644 --- a/keyboards/smithrune/iron165r2_s/info.json +++ b/keyboards/smithrune/iron165r2_s/info.json @@ -17,11 +17,13 @@ "console": false, "encoder": false, "extrakey": true, - "lto": true, "mousekey": false, "nkro": true, "rgblight": true }, + "build": { + "lto": true + }, "indicators": { "caps_lock": "A4" }, @@ -130,4 +132,4 @@ ] } } -} \ No newline at end of file +}