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/prototypist/oceanographer | |
parent | 1ab355802faeeafffba701a692f3f61ed6b4250a (diff) |
`info.json` whitespace cleanups (#20651)
Diffstat (limited to 'keyboards/prototypist/oceanographer')
-rw-r--r-- | keyboards/prototypist/oceanographer/info.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/keyboards/prototypist/oceanographer/info.json b/keyboards/prototypist/oceanographer/info.json index 4fdaca429a..d32d86ba91 100644 --- a/keyboards/prototypist/oceanographer/info.json +++ b/keyboards/prototypist/oceanographer/info.json @@ -10,15 +10,13 @@ "console": false, "extrakey": true, "mousekey": false, - "nkro": true + "nkro": true }, - "encoder":{ "rotary": [ {"pin_a": "B2", "pin_b": "B1", "resolution": 2} ] }, - "ws2812": { "pin": "B3" }, @@ -33,12 +31,10 @@ "breathing": true } }, - "matrix_pins": { "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "B6", "B5", "B4", "D7", "D6", "D4"], "rows": ["B0", "D5", "D3", "D2"] }, - "processor": "atmega32u4", "url": "", "usb": { @@ -102,7 +98,6 @@ { "matrix": [3, 12], "label": "\u2192", "x": 12.75, "y": 3 } ] }, - "LAYOUT_225_2": { "layout": [ { "matrix": [0, 0], "label": "Esc", "x": 0, "y": 0 }, @@ -157,7 +152,6 @@ { "matrix": [3, 12], "label": "\u2192", "x": 12.75, "y": 3 } ] }, - "LAYOUT_625": { "layout": [ { "matrix": [0, 0], "label": "Esc", "x": 0, "y": 0 }, @@ -211,4 +205,4 @@ ] } } -}
\ No newline at end of file +} |