summaryrefslogtreecommitdiff
path: root/keyboards/acheron
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/acheron
parent79020519b4393c8a4f37c9b5fbd214a0f71192d4 (diff)
Ensure LTO is enabled as a `info.json` build config option (#22932)
* feature.lto -> build.lto * keymaps too
Diffstat (limited to 'keyboards/acheron')
-rw-r--r--keyboards/acheron/themis/87h/info.json4
-rw-r--r--keyboards/acheron/themis/87htsc/info.json4
-rw-r--r--keyboards/acheron/themis/88htsc/info.json4
3 files changed, 9 insertions, 3 deletions
diff --git a/keyboards/acheron/themis/87h/info.json b/keyboards/acheron/themis/87h/info.json
index 0ef52a61a0..a7bfb89997 100644
--- a/keyboards/acheron/themis/87h/info.json
+++ b/keyboards/acheron/themis/87h/info.json
@@ -8,9 +8,11 @@
"cols": ["A8" ,"C9" ,"C8" ,"B14","B12","B10","B1" ,"B0" ,"A7" ,"A6" ,"A5" ,"A4" ,"C5" ,"C7" ,"B3" ,"A2" ,"C12","D2" ],
"rows": ["A15","A10","C6" ,"C4" ,"A3" ,"A1" ,"C11","C10","B4"]
},
+ "build": {
+ "lto": true
+ },
"features": {
"bootmagic": true,
- "lto": true,
"mousekey": true,
"extrakey": true,
"console": false,
diff --git a/keyboards/acheron/themis/87htsc/info.json b/keyboards/acheron/themis/87htsc/info.json
index 75c680d2a4..5f38814789 100644
--- a/keyboards/acheron/themis/87htsc/info.json
+++ b/keyboards/acheron/themis/87htsc/info.json
@@ -8,9 +8,11 @@
"cols": ["A8" ,"C9" ,"C8" ,"B14","B12","B10","B1" ,"B0" ,"A7" ,"A6" ,"A5" ,"A4" ,"C5" ,"C7" ,"B3" ,"A2" ,"C12","D2" ],
"rows": ["A15","A10","C6" ,"C4" ,"A3" ,"A1" ,"C11","C10","B4"]
},
+ "build": {
+ "lto": true
+ },
"features": {
"bootmagic": true,
- "lto": true,
"mousekey": true,
"extrakey": true,
"console": false,
diff --git a/keyboards/acheron/themis/88htsc/info.json b/keyboards/acheron/themis/88htsc/info.json
index 8726642c0c..20b3d38828 100644
--- a/keyboards/acheron/themis/88htsc/info.json
+++ b/keyboards/acheron/themis/88htsc/info.json
@@ -8,9 +8,11 @@
"cols": ["A8" ,"C9" ,"C8" ,"B14","B12","B10","B1" ,"B0" ,"A7" ,"A6" ,"A5" ,"A4" ,"C5" ,"C7" ,"B3" ,"A2" ,"C12","D2" ],
"rows": ["A15","A10","C6" ,"C4" ,"A3" ,"A1" ,"C11","C10","B4"]
},
+ "build": {
+ "lto": true
+ },
"features": {
"bootmagic": true,
- "lto": true,
"mousekey": true,
"extrakey": true,
"console": false,