summaryrefslogtreecommitdiff
path: root/keyboards/fancytech
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-02-01 15:45:58 +0000
committerGitHub <noreply@github.com>2024-02-01 15:45:58 +0000
commit3a13c2120a9e3d897e05923c68efa542f3b3efc7 (patch)
tree49a92e5ddadbeb5e052a7f50c11cdce69adf3f20 /keyboards/fancytech
parent79020519b4393c8a4f37c9b5fbd214a0f71192d4 (diff)
Ensure LTO is enabled as a `info.json` build config option (#22932)
* feature.lto -> build.lto * keymaps too
Diffstat (limited to 'keyboards/fancytech')
-rw-r--r--keyboards/fancytech/fancyalice66/info.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/fancytech/fancyalice66/info.json b/keyboards/fancytech/fancyalice66/info.json
index 21c89849fd..b2e219c1c9 100644
--- a/keyboards/fancytech/fancyalice66/info.json
+++ b/keyboards/fancytech/fancyalice66/info.json
@@ -9,11 +9,13 @@
{"pin_a": "F0", "pin_b": "F1", "resolution": 2}
]
},
+ "build": {
+ "lto": true
+ },
"features": {
"bootmagic": true,
"encoder": false,
"extrakey": true,
- "lto": true,
"mousekey": true,
"nkro": true,
"rgb_matrix": true