aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired
diff options
context:
space:
mode:
authorGabriel Harel <gabrielj.harel@gmail.com>2022-01-28 19:34:38 -0600
committerGitHub <noreply@github.com>2022-01-28 17:34:38 -0800
commitdcff1a34c7eabce20bb751313867579941222acf (patch)
treeffd1ed353bd073a7b6289090e0ad6f2f4755005e /keyboards/handwired
parentbd8e257f842e40f01041706a217be2cf85ae7f92 (diff)
downloadqmk_firmware-dcff1a34c7eabce20bb751313867579941222acf.tar.gz
qmk_firmware-dcff1a34c7eabce20bb751313867579941222acf.zip
Remove missing and trailing commas in info.json files. (#16088)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/hillside/0_1/info.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/hillside/0_1/info.json b/keyboards/handwired/hillside/0_1/info.json
index e45e4571f..4505bf3e3 100644
--- a/keyboards/handwired/hillside/0_1/info.json
+++ b/keyboards/handwired/hillside/0_1/info.json
@@ -1,7 +1,7 @@
1{ 1{
2 "matrix_pins": { 2 "matrix_pins": {
3 "rows": ["D7", "E6", "B4", "B5"], 3 "rows": ["D7", "E6", "B4", "B5"],
4 "cols": ["F6", "F7", "B1", "B3", "B2", "B6"], 4 "cols": ["F6", "F7", "B1", "B3", "B2", "B6"]
5 }, 5 },
6 "diode_direction": "COL2ROW", 6 "diode_direction": "COL2ROW",
7 7
@@ -9,5 +9,5 @@
9 "vid": "0xFEED", 9 "vid": "0xFEED",
10 "pid": "0x67C0", 10 "pid": "0x67C0",
11 "device_ver": "0x0001" 11 "device_ver": "0x0001"
12 }, 12 }
13} 13}