-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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 up Info.Json files that weren't parsing correctly #19275
Conversation
Apart from |
Comments are allowed in info.json; they are actually meant to be HJSON. The QMK API serves these as proper JSON: https://keyboards.qmk.fm/v1/keyboards/handwired/jscotto/scotto36/info.json |
I scanned through all current boards in develop, these were the only boards that didn't parse. Hence I was convinced it was pretty much supposed to be json, I can revert the comment changes and just keep the small comma fixes |
Description
There were a few boards that still had comments, missing comma's or extra comma's that wouldn't parse.
This fixes those boards
Types of Changes
Checklist