diff options
author | Joel Challis <git@zvecr.com> | 2024-02-01 15:45:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 15:45:58 +0000 |
commit | 3a13c2120a9e3d897e05923c68efa542f3b3efc7 (patch) | |
tree | 49a92e5ddadbeb5e052a7f50c11cdce69adf3f20 /keyboards/teleport | |
parent | 79020519b4393c8a4f37c9b5fbd214a0f71192d4 (diff) |
Ensure LTO is enabled as a `info.json` build config option (#22932)
* feature.lto -> build.lto
* keymaps too
Diffstat (limited to 'keyboards/teleport')
-rw-r--r-- | keyboards/teleport/native/info.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/teleport/native/info.json b/keyboards/teleport/native/info.json index eaf9118ff9..3cd857a55d 100644 --- a/keyboards/teleport/native/info.json +++ b/keyboards/teleport/native/info.json @@ -29,14 +29,16 @@ "led_flush_limit": 32, "sleep": true }, + "build": { + "lto": true + }, "features": { "bootmagic": true, "command": false, "console": false, "extrakey": true, "mousekey": true, - "nkro": true, - "lto": true + "nkro": true }, "diode_direction": "ROW2COL", "matrix_pins": { |