qmkbuilder
qmkbuilder copied to clipboard
Default local.json
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...