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/binepad | |
parent | 1e3d2f2c1e620a18f2f3549f7b5f9d19196df188 (diff) |
Fix info.json LTO and format encoder definitions (#20456)
Diffstat (limited to 'keyboards/binepad')
-rw-r--r-- | keyboards/binepad/bnr1/v1/info.json | 5 | ||||
-rwxr-xr-x | keyboards/binepad/bnr1/v2/info.json | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/keyboards/binepad/bnr1/v1/info.json b/keyboards/binepad/bnr1/v1/info.json index 1797755549..e67ea81282 100644 --- a/keyboards/binepad/bnr1/v1/info.json +++ b/keyboards/binepad/bnr1/v1/info.json @@ -13,10 +13,7 @@ "encoder": { "enabled": true, "rotary": [ - { - "pin_a": "D6", - "pin_b": "D7" - } + {"pin_a": "D6", "pin_b": "D7"} ] } } diff --git a/keyboards/binepad/bnr1/v2/info.json b/keyboards/binepad/bnr1/v2/info.json index 03cee81b99..d2bc641577 100755 --- a/keyboards/binepad/bnr1/v2/info.json +++ b/keyboards/binepad/bnr1/v2/info.json @@ -13,10 +13,7 @@ "encoder": { "enabled": true, "rotary": [ - { - "pin_a": "B3", - "pin_b": "B4" - } + {"pin_a": "B3", "pin_b": "B4"} ] } } |