Skip to content

Commit

Permalink
Fix erroneous commas in info.json files (qmk#21712)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunk2k authored and Lorenzo Castoldi committed Dec 27, 2023
1 parent 4669590 commit 08b3729
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion keyboards/ah/haven65/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"rgblight": true
},
"ws2812": {
"pin": "C7",
"pin": "C7"
},
"rgblight": {
"led_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion keyboards/alhenkb/macropad5x4/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
{"label": "K31 (B6,F6)", "matrix": [3, 1], "x": 1, "y": 3},
{"label": "K32 (B6,B1)", "matrix": [3, 2], "x": 2, "y": 3},
{"label": "K40 (B5,F4)", "matrix": [4, 0], "x": 0, "y": 4, "w": 2},
{"label": "K42 (B5,B1)", "matrix": [4, 2], "x": 2, "y": 4}
{"label": "K42 (B5,B1)", "matrix": [4, 2], "x": 2, "y": 4},
{"label": "K43 (B5,B2)", "matrix": [4, 3], "x": 3, "y": 3, "h": 2}
]
}
Expand Down
2 changes: 1 addition & 1 deletion keyboards/custommk/ergostrafer/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{ "matrix": [4, 2], "label":"Z", "x":2.5, "y":5.6 },
{ "matrix": [4, 3], "label":"S", "x":3.5, "y":4.5 },
{ "matrix": [4, 5], "label":"V", "x":5, "y":5.75, "w":1.5 },
{ "matrix": [4, 6], "label":"Space", "x":6.5, "y":6.85, "w":1.75 }
{ "matrix": [4, 6], "label":"Space", "x":6.5, "y":6.85, "w":1.75 },

{ "matrix": [5, 1], "label":"L Ctrl Duck", "x":0.25, "y":6.75, "w":1.5 },
{ "matrix": [5, 3], "label":"X", "x":3.5, "y":5.6 },
Expand Down
2 changes: 1 addition & 1 deletion keyboards/handwired/scottokeebs/scottosplit/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"matrix_pins": {
// 3, 4, 5, 6, 7, 8, 9, A3, A2, A1
"cols": ["D0", "D4", "C6", "D7", "E6", "B4", "B5", "F4", "F5", "F6"]
"cols": ["D0", "D4", "C6", "D7", "E6", "B4", "B5", "F4", "F5", "F6"],

// 15, 14, 16, 10
"rows": ["B1", "B3", "B2", "B6"]
Expand Down
2 changes: 1 addition & 1 deletion keyboards/holyswitch/lightweight65/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"extrakey": true,
"console": false,
"command": false,
"nkro": true,
"nkro": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_65_ansi_blocker"
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keebio/iris/rev8/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
{"matrix": [9,3], "flags":4, "x":152, "y":58},
{"flags":2, "x":144, "y":58},
{"matrix": [9,4], "flags":4, "x":134, "y":64},
{"matrix": [9,5], "flags":4, "x":126, "y":52},
{"matrix": [9,5], "flags":4, "x":126, "y":52}
]
}
}
2 changes: 1 addition & 1 deletion keyboards/kisakeyluxury/qtz/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{"matrix": [3, 6], "x": 6.25, "y": 3},
{"matrix": [3, 7], "x": 7.25, "y": 3},
{"matrix": [3, 8], "x": 8.25, "y": 3},
{"matrix": [3, 9], "x": 9.25, "y": 3},
{"matrix": [3, 9], "x": 9.25, "y": 3}
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion keyboards/smithrune/magnus/m75h/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"static_gradient": true,
"twinkle": true
}
}
},
"matrix_pins": {
"cols": ["A1" , "A2" , "A4" , "C9" , "A8" , "A10", "B8" , "A15", "C10", "C11", "B5" , "B4", "B3" , "D2" , "C12" ],
"rows": ["C15", "A7" , "C4" , "C5" , "C8" , "C3" , "C1" , "C0" , "C2" , "C14" , "A0" ]
Expand Down
2 changes: 1 addition & 1 deletion keyboards/splitkb/aurora/lily58/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
{"flags": 4, "matrix": [9, 5], "x": 137, "y": 64}, // R SW29
{"flags": 4, "matrix": [9, 4], "x": 159, "y": 64}, // R SW28
{"flags": 4, "matrix": [9, 3], "x": 173, "y": 62}, // R SW27
{"flags": 4, "matrix": [9, 2], "x": 188, "y": 62}, // R SW26
{"flags": 4, "matrix": [9, 2], "x": 188, "y": 62} // R SW26
]
}
}
2 changes: 1 addition & 1 deletion keyboards/splitkb/kyria/rev3/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
{"flags": 4, "matrix": [4, 3], "x": 181, "y": 0}, // R SW03
{"flags": 4, "matrix": [4, 4], "x": 195, "y": 4}, // R SW04
{"flags": 4, "matrix": [4, 5], "x": 210, "y": 11}, // R SW05
{"flags": 4, "matrix": [4, 6], "x": 224, "y": 11}, // R SW06
{"flags": 4, "matrix": [4, 6], "x": 224, "y": 11} // R SW06
]
}
}
2 changes: 1 addition & 1 deletion keyboards/syenakeyboards/aswagata/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"device_version": "1.0.0",
"pid": "0x4173",
"vid": "0x5373"
}
},
"layouts": {
"LAYOUT_ortho_2x2": {
"layout": [
Expand Down
2 changes: 1 addition & 1 deletion keyboards/takashicompany/baumkuchen/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"static_gradient": true,
"twinkle": true
},
"led_count": 6,
"led_count": 6
},
"ws2812": {
"pin": "D3"
Expand Down
2 changes: 1 addition & 1 deletion keyboards/trainpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bootloader": "atmel-dfu",
"matrix_pins": {
"direct": [
["C5", "B3", "B4", "B5"],
["C5", "B3", "B4", "B5"]
]
},
"layouts": {
Expand Down

0 comments on commit 08b3729

Please sign in to comment.