diff options
author | Duncan Sutherland <dunk2k_2000@hotmail.com> | 2023-12-04 23:30:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 23:30:02 +0000 |
commit | 74ae2286a6d8603394a87f147128053cdcd17270 (patch) | |
tree | 292de4437f26fff8284c1589cde21e46d0dce99c /keyboards/handwired/scottokeebs | |
parent | 525fe9be96d2f295292c84cda12a8ec498c6e429 (diff) |
Fix erroneous commas in `info.json` files (#21712)
Diffstat (limited to 'keyboards/handwired/scottokeebs')
-rw-r--r-- | keyboards/handwired/scottokeebs/scottosplit/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/scottokeebs/scottosplit/info.json b/keyboards/handwired/scottokeebs/scottosplit/info.json index a44ec32976..66d24db0cd 100644 --- a/keyboards/handwired/scottokeebs/scottosplit/info.json +++ b/keyboards/handwired/scottokeebs/scottosplit/info.json @@ -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"] |