ruiqimao / qmkbuilder

Online GUI for QMK Firmware
http://kbfirmware.com
GNU General Public License v3.0
382 stars 123 forks source link

Unable to use layout from the keyboard layout editor site #57

Closed Harry-Harrison closed 4 years ago

Harry-Harrison commented 4 years ago

I'm working on a totally custom macro pad kind of build and I'm following QMK handwired guide for it. I've landed on kbfirmware.com to set it up but when I copy my layout JSON into the site I just get an error saying it's invalid.

No idea what I'm doing wrong here. It's just a single row of 6 across I'm building. Sorry if this is totally the wrong place for this!

[ [ { "a": 7 }, "", "", "", "", "", "" ] ]

Harry-Harrison commented 4 years ago

Think I figured it out, for some reason I was getting one two many pairs of [ ] around the script I was getting out of the layout editor site.