diff options
| author | James Young | 2024-04-02 18:45:44 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-02 18:45:44 +0200 |
| commit | 63bc7b63a650c4da63611900437e06ea7d051f14 (patch) | |
| tree | 95abb45a74f61457e2e268f68e61340b52ae1589 /keyboards/atlantis/ps17 | |
| parent | 38f7c6e3f386b92df744bd7dbd13284398e373d5 (diff) | |
Data-Driven Keyboard Conversions: A (#23379)
Diffstat (limited to 'keyboards/atlantis/ps17')
| -rw-r--r-- | keyboards/atlantis/ps17/keyboard.json (renamed from keyboards/atlantis/ps17/info.json) | 3 | ||||
| -rw-r--r-- | keyboards/atlantis/ps17/rules.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/atlantis/ps17/info.json b/keyboards/atlantis/ps17/keyboard.json index ac8f979d39..ee7255c8fa 100644 --- a/keyboards/atlantis/ps17/info.json +++ b/keyboards/atlantis/ps17/keyboard.json @@ -11,6 +11,9 @@ "pid": "0x414B", "vid": "0x0015" }, + "build": { + "lto": true + }, "features": { "bootmagic": false, "command": false, diff --git a/keyboards/atlantis/ps17/rules.mk b/keyboards/atlantis/ps17/rules.mk deleted file mode 100644 index 4da205a168..0000000000 --- a/keyboards/atlantis/ps17/rules.mk +++ /dev/null @@ -1 +0,0 @@ -LTO_ENABLE = yes |