1
0
Fork 0

Remove missing and trailing commas in info.json files. (#16088)

This commit is contained in:
Gabriel Harel 2022-01-28 19:34:38 -06:00 committed by GitHub
parent bd8e257f84
commit dcff1a34c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 23 additions and 23 deletions

View file

@ -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"
},
}
}