diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-16 15:37:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 23:37:24 -0600 |
commit | 798cbfe6a3430be9f73d3bc7c76550394077ccdb (patch) | |
tree | 7bb15ebf93a1edd0d4648920e0cd7fcfd23e41d6 /keyboards/hotdox76v2 | |
parent | 1e3d2f2c1e620a18f2f3549f7b5f9d19196df188 (diff) |
Fix info.json LTO and format encoder definitions (#20456)
Diffstat (limited to 'keyboards/hotdox76v2')
-rw-r--r-- | keyboards/hotdox76v2/info.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/hotdox76v2/info.json b/keyboards/hotdox76v2/info.json index de958c87d1..6fc2861e46 100644 --- a/keyboards/hotdox76v2/info.json +++ b/keyboards/hotdox76v2/info.json @@ -15,6 +15,9 @@ "oled": true, "rgb_matrix": true }, + "build": { + "lto": true + }, "rgb_matrix": { "driver": "WS2812" }, |