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/tempo_turtle | |
parent | 1ab355802faeeafffba701a692f3f61ed6b4250a (diff) |
`info.json` whitespace cleanups (#20651)
Diffstat (limited to 'keyboards/tempo_turtle')
-rw-r--r-- | keyboards/tempo_turtle/bradpad/info.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/tempo_turtle/bradpad/info.json b/keyboards/tempo_turtle/bradpad/info.json index 4237f63ac9..2fe282fbdf 100644 --- a/keyboards/tempo_turtle/bradpad/info.json +++ b/keyboards/tempo_turtle/bradpad/info.json @@ -5,8 +5,8 @@ "maintainer": "wxyangf", "diode_direction": "ROW2COL", "matrix_pins":{ - "rows":["B7", "D5", "C7", "D2", "D3"], - "cols":["D7", "E6", "B4", "F1"] + "rows": ["B7", "D5", "C7", "D2", "D3"], + "cols": ["D7", "E6", "B4", "F1"] }, "usb":{ "vid":"0x7474", @@ -17,7 +17,7 @@ "bootloader": "atmel-dfu", "layouts": { "LAYOUT": { - "layout":[ + "layout": [ {"matrix": [0, 0], "x": 0, "y": 0}, {"matrix": [0, 1], "x": 1, "y": 0}, {"matrix": [0, 2], "x": 2, "y": 0}, |