ruiqimao / qmkbuilder

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

Added a way to load a preset from a gist #9

Open emilytrau opened 7 years ago

emilytrau commented 7 years ago

This is one possible solution to issue #8. This allows someone to share their QMK config with others easily just by uploading the .json file to a GitHub Gist. By appending the unique hash to the builder url (eg. "https://gist.github.com/username/hash" => "http://qmk.sized.io/?gist=hash"), the builder will automatically fetch and load that configuration.

emilytrau commented 7 years ago

Perhaps hide the "upload config", "load KLE", and "load preset" buttons when a gist is detected?