ruiqimao / qmkbuilder

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

Default local.json #12

Open adius opened 7 years ago

adius commented 7 years ago

Why don't you simply provide a default local.json file which lets one easily check out the project by hosting the static directory? (e.g. with cd static && python3 -m http.server)

This works to make the presets available:

{
  "PRESETS": "/presets/"
}

No idea what the API key is good for...