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/moondrop/dash75 | |
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/moondrop/dash75')
-rw-r--r-- | keyboards/moondrop/dash75/info.json | 6 | ||||
-rw-r--r-- | keyboards/moondrop/dash75/keymaps/via/keymap.json | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/moondrop/dash75/info.json b/keyboards/moondrop/dash75/info.json index 13e28fb325..59f956815e 100644 --- a/keyboards/moondrop/dash75/info.json +++ b/keyboards/moondrop/dash75/info.json @@ -3,14 +3,16 @@ "keyboard_name": "Dash 75", "maintainer": "vinorodrigues", "bootloader": "atmel-dfu", + "build": { + "lto": true + }, "features": { "bootmagic": true, "command": false, "console": false, "extrakey": true, "mousekey": true, - "nkro": false, - "lto": true + "nkro": false }, "diode_direction": "COL2ROW", "matrix_pins": { diff --git a/keyboards/moondrop/dash75/keymaps/via/keymap.json b/keyboards/moondrop/dash75/keymaps/via/keymap.json index d811aaa780..91faa45808 100644 --- a/keyboards/moondrop/dash75/keymaps/via/keymap.json +++ b/keyboards/moondrop/dash75/keymaps/via/keymap.json @@ -7,8 +7,7 @@ "author": "vinorodrigues", "config": { "features": { - "via": true, - "lto": true + "via": true } }, "layers": [ |