Remove missing and trailing commas in info.json files. (#16088)
This commit is contained in:
parent
bd8e257f84
commit
dcff1a34c7
20 changed files with 23 additions and 23 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"matrix_pins": {
|
||||
"rows": ["D7", "E6", "B4", "B5"],
|
||||
"cols": ["F6", "F7", "B1", "B3", "B2", "B6"],
|
||||
"cols": ["F6", "F7", "B1", "B3", "B2", "B6"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
|
||||
|
@ -9,5 +9,5 @@
|
|||
"vid": "0xFEED",
|
||||
"pid": "0x67C0",
|
||||
"device_ver": "0x0001"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue