Skip to content

generic configurator for QMK intended to support via GUI all that QMK is capable of

License

Notifications You must be signed in to change notification settings

matthewdias/QMK-Configurator

 
 

Repository files navigation

QMK-Configurator

generic configurator for QMK intended to support via GUI all that QMK is capable of

http://xahlee.info/comp/unicode_computing_symbols.html

Running the Application

docker build -t miniconfig .
docker run -it --rm -p 8000:80 -e PORT=80 --name my-running-app miniconfig

If you start to get “No space left on device” error, run the following commands to remove unused images/containers.

docker rm $(docker ps -q -f 'status=exited')
docker rmi $(docker images -q -f "dangling=true")

About

generic configurator for QMK intended to support via GUI all that QMK is capable of

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • CSS 3.9%
  • HTML 1.1%
  • Dockerfile 0.1%