keyboards: fix malformed info.json files (#17292)

This commit is contained in:
Ryan Skidmore
2022-06-02 17:50:08 +01:00
committed by GitHub
parent 7c3cb99164
commit 9a587275cf
11 changed files with 50 additions and 50 deletions

View File

@@ -8,7 +8,7 @@
{"label": "k00", "x": 0, "y": 0},
{"label": "k01", "x": 1, "y": 0},
{"label": "k02", "x": 2, "y": 0},
{"label": "k03", "x": 3, "y": 0},
{"label": "k03", "x": 3, "y": 0}
]
}
}