1
0
Fork 0

Fix test_json2c_no_json() (#20756)

This commit is contained in:
Ryan 2023-05-06 23:00:27 +10:00 committed by GitHub
parent dea9912cc9
commit 578102b400
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 16 deletions

View file

@ -1,10 +1,10 @@
{
"maintainer": "qmk",
"layouts": {
"LAYOUT_custom": {
"layout": [
{ "label": "KC_Q", "matrix": [0, 0], "x": 0, "y": 0 }
]
"maintainer": "qmk",
"layouts": {
"LAYOUT_custom": {
"layout": [
{"label": "KC_Q", "matrix": [0, 0], "x": 0, "y": 0}
]
}
}
}
}