Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix erroneous commas #21712

Merged
merged 13 commits into from
Dec 4, 2023
Prev Previous commit
Next Next commit
add qtz
  • Loading branch information
dunk2k committed Nov 19, 2023
commit a3dc515fa469c72708f03f4c99015dd8cb29d53d
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