git clone https://github.com/qmk/qmk_firmware --depth 1 --branch 0.20.0
cd qmk_firmware
./util/docker_cmd.sh make git-submodule
git clone https://git.sr.ht/~unwox/kbrds keyboards/unwox
# make sure udev has needed rules: https://docs.qmk.fm/#/faq_build?id=linux-udev-rules
# flash command for corne
./util/docker_cmd.sh make unwox/crkbd:default:flash
# flash command for planck
./util/docker_cmd.sh make unwox/planck/rev6:default:flash
# press RESET button on keyboard or microcontroller
# IF microcontroller is raspberry pico (you'll probably need a second
# keyboard for this)
./util/docker_cmd.sh make unwox/dactyl:default
sudo mount /dev/sd?1 ~/mnt/usb
cp *.uf2 ~/mnt/usb