summaryrefslogtreecommitdiff
path: root/keyboards/mode
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/mode
parent79020519b4393c8a4f37c9b5fbd214a0f71192d4 (diff)
Ensure LTO is enabled as a `info.json` build config option (#22932)
* feature.lto -> build.lto * keymaps too
Diffstat (limited to 'keyboards/mode')
-rw-r--r--keyboards/mode/m256wh/info.json4
-rw-r--r--keyboards/mode/m256ws/info.json4
2 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/mode/m256wh/info.json b/keyboards/mode/m256wh/info.json
index 6caaa754ed..bbd3c17e97 100644
--- a/keyboards/mode/m256wh/info.json
+++ b/keyboards/mode/m256wh/info.json
@@ -4,9 +4,11 @@
"maintainer": "Gondolindrim",
"bootloader": "stm32-dfu",
"diode_direction": "COL2ROW",
+ "build": {
+ "lto": true
+ },
"features": {
"extrakey": true,
- "lto": true,
"mousekey": true,
"nkro": true,
"rgblight": true
diff --git a/keyboards/mode/m256ws/info.json b/keyboards/mode/m256ws/info.json
index 6a36d4af8e..820ed536c2 100644
--- a/keyboards/mode/m256ws/info.json
+++ b/keyboards/mode/m256ws/info.json
@@ -4,12 +4,14 @@
"maintainer": "Gondolindrim",
"bootloader": "stm32-dfu",
"diode_direction": "COL2ROW",
+ "build": {
+ "lto": true
+ },
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
- "lto": true,
"mousekey": true,
"nkro": true,
"rgblight": true