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/kisakeyluxury/qtz | |
parent | 525fe9be96d2f295292c84cda12a8ec498c6e429 (diff) |
Fix erroneous commas in `info.json` files (#21712)
Diffstat (limited to 'keyboards/kisakeyluxury/qtz')
-rw-r--r-- | keyboards/kisakeyluxury/qtz/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kisakeyluxury/qtz/info.json b/keyboards/kisakeyluxury/qtz/info.json index ba79fc31a2..3225336890 100644 --- a/keyboards/kisakeyluxury/qtz/info.json +++ b/keyboards/kisakeyluxury/qtz/info.json @@ -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} ] } } |