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/atlantis | |
parent | 1e3d2f2c1e620a18f2f3549f7b5f9d19196df188 (diff) |
Fix info.json LTO and format encoder definitions (#20456)
Diffstat (limited to 'keyboards/atlantis')
-rw-r--r-- | keyboards/atlantis/ps17/info.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/atlantis/ps17/info.json b/keyboards/atlantis/ps17/info.json index a4c505ce5a..5c29a9cd62 100644 --- a/keyboards/atlantis/ps17/info.json +++ b/keyboards/atlantis/ps17/info.json @@ -30,10 +30,9 @@ "pin": "B7" }, "encoder": { - "rotary": [{ - "pin_a": "D2", - "pin_b": "D1" - }] + "rotary": [ + {"pin_a": "D2", "pin_b": "D1"} + ] }, "layouts": { "LAYOUT": { |