Do not follow this link

~unwox/kbrds

QMK configs for my keyboards
update README.md to make building firmware a little bit more reproducible
Update README for dactyl + update dactyl's config
update planck configuration

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~unwox/kbrds
read/write
git@git.sr.ht:~unwox/kbrds

You can also use your local clone with git send-email.

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
Do not follow this link