diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-02 08:25:15 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 08:25:15 +1000 |
commit | 79aa31994698c9050141714f77c0177edbcd9488 (patch) | |
tree | 71380a65ff15a2b57906ca60b2e03d848b2f3ad8 /keyboards/hazel/bad_wings | |
parent | 1ab355802faeeafffba701a692f3f61ed6b4250a (diff) |
`info.json` whitespace cleanups (#20651)
Diffstat (limited to 'keyboards/hazel/bad_wings')
-rw-r--r-- | keyboards/hazel/bad_wings/info.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/hazel/bad_wings/info.json b/keyboards/hazel/bad_wings/info.json index f57889bc2d..4546c49663 100644 --- a/keyboards/hazel/bad_wings/info.json +++ b/keyboards/hazel/bad_wings/info.json @@ -9,18 +9,18 @@ "device_version": "1.0.0" }, "processor": "RP2040", - "bootloader": "rp2040", + "bootloader": "rp2040", "matrix_size": { "cols": 8, "rows": 5 - }, + }, "diode_direction": "COL2ROW", "features": { "bootmagic": true, "deferred_exec": true, "nkro": false }, - "community_layouts": [ "split_3x5_3" ], + "community_layouts": ["split_3x5_3"], "layouts": { "LAYOUT_split_3x5_3": { "layout": [ @@ -60,7 +60,7 @@ { "label": "K47", "matrix": [4, 7], "w": 1, "x": 7, "y": 3.47 }, { "label": "K37", "matrix": [3, 7], "w": 1, "x": 8, "y": 3.36 }, { "label": "K27", "matrix": [2, 7], "w": 1, "x": 9, "y": 3.25 } - ] + ] } - } -}
\ No newline at end of file + } +} |