diff options
| author | James Young | 2024-04-22 12:13:45 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-22 12:13:45 +0200 |
| commit | f387410c97c60132843e44025eccd4de4967ad39 (patch) | |
| tree | 7d5dada8908f9a95de50537b992aefef42cc19af /keyboards/lily58/light | |
| parent | 125d050761013677c25bd6c15d216b18b23cfe77 (diff) | |
Data-Driven Keyboard Conversions: L (#23576)
Diffstat (limited to 'keyboards/lily58/light')
| -rw-r--r-- | keyboards/lily58/light/keyboard.json (renamed from keyboards/lily58/light/info.json) | 3 | ||||
| -rw-r--r-- | keyboards/lily58/light/rules.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/lily58/light/info.json b/keyboards/lily58/light/keyboard.json index 1c556e429a..34c4e28b18 100644 --- a/keyboards/lily58/light/info.json +++ b/keyboards/lily58/light/keyboard.json @@ -45,6 +45,9 @@ }, "processor": "atmega32u4", "bootloader": "caterina", + "build": { + "lto": true + }, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/lily58/light/rules.mk b/keyboards/lily58/light/rules.mk deleted file mode 100644 index 4da205a168..0000000000 --- a/keyboards/lily58/light/rules.mk +++ /dev/null @@ -1 +0,0 @@ -LTO_ENABLE = yes |