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/tzarc/ghoul | |
parent | 1e3d2f2c1e620a18f2f3549f7b5f9d19196df188 (diff) |
Fix info.json LTO and format encoder definitions (#20456)
Diffstat (limited to 'keyboards/tzarc/ghoul')
-rw-r--r-- | keyboards/tzarc/ghoul/rev1/rp2040/info.json | 6 | ||||
-rw-r--r-- | keyboards/tzarc/ghoul/rev1/stm32/info.json | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/tzarc/ghoul/rev1/rp2040/info.json b/keyboards/tzarc/ghoul/rev1/rp2040/info.json index 86856ac721..3c2c5ec4e6 100644 --- a/keyboards/tzarc/ghoul/rev1/rp2040/info.json +++ b/keyboards/tzarc/ghoul/rev1/rp2040/info.json @@ -5,11 +5,7 @@ "bootloader_instructions": "Hold the boot switch and tap the reset switch, or hold the top-left key when plugging in the board.", "encoder": { "rotary": [ - { - "pin_a": "GP8", - "pin_b": "GP5", - "resolution": 2 - } + {"pin_a": "GP8", "pin_b": "GP5", "resolution": 2} ] }, "ws2812": { diff --git a/keyboards/tzarc/ghoul/rev1/stm32/info.json b/keyboards/tzarc/ghoul/rev1/stm32/info.json index c77fc17dfa..cb0e20dfc5 100644 --- a/keyboards/tzarc/ghoul/rev1/stm32/info.json +++ b/keyboards/tzarc/ghoul/rev1/stm32/info.json @@ -9,11 +9,7 @@ }, "encoder": { "rotary": [ - { - "pin_a": "B10", - "pin_b": "B1", - "resolution": 2 - } + {"pin_a": "B10", "pin_b": "B1", "resolution": 2} ] } } |