info.json whitespace cleanups (#20651)

This commit is contained in:
Ryan
2023-05-02 08:25:15 +10:00
committed by GitHub
parent 1ab355802f
commit 79aa319946
805 changed files with 10370 additions and 10751 deletions

View File

@@ -9,7 +9,7 @@
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{ "pin_a": "F5", "pin_b": "F4", "resolution": 2 }
{"pin_a": "F5", "pin_b": "F4", "resolution": 2}
]
},
"features": {
@@ -23,7 +23,7 @@
"encoder": true,
"rgblight": true,
"split": true,
"tri_layer": true
"tri_layer": true
},
"matrix_pins": {
"cols": ["B1", "B2", "B3", "B6", "F7", "F6"],
@@ -41,14 +41,14 @@
"pin": "D3"
},
"split": {
"bootmagic": {
"bootmagic": {
"matrix": [5, 0]
},
"enabled": true,
"enabled": true,
"encoder": {
"right": {
"rotary": [
{ "pin_a": "F4", "pin_b": "F5", "resolution": 2 }
{"pin_a": "F4", "pin_b": "F5", "resolution": 2}
]
}
},