Clean up trailing commas from info.json (#20812)
This commit is contained in:
parent
2a33265510
commit
c3c51231cc
22 changed files with 31 additions and 30 deletions
|
@ -22,7 +22,7 @@
|
|||
"console": false,
|
||||
"command": false,
|
||||
"nkro": true,
|
||||
"rgb_matrix": true,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E2"
|
||||
|
@ -58,6 +58,6 @@
|
|||
{"flags": 4, "matrix": [2, 1], "x": 32, "y": 64}, //2
|
||||
{"flags": 4, "matrix": [2, 0], "x": 0, "y": 64} //3
|
||||
],
|
||||
"center_point": [32, 32],
|
||||
"center_point": [32, 32]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue