A docker image configured to hit it and quit it for the OLKB Planck.
Use the QMK official Docker image instead.
https://github.com/jackhumbert/qmk_firmware#docker
This image automatically compiles any keymaps put into the keymaps
folder and puts the firmware in the firmware folder.
Existing firmware will be renamed to avoid dataloss.
Note: No container will be created. This script runs inside the image in a temporary container when using the start.sh script, and that container is automatically destroyed after completion. The image can be destroyed as well, if you want, but it's only about 700mb fully configured, and will be reused if you run the script again.
Tutorial:
- Install Docker
- Put your keymap(s) in the keymaps folder
- Run start.sh
- Your firmware is now in the firmware folder.