Note: These instructions are for the Liatris micro controller. Skip/alter the -e CONVERT_TO=l iatris
if you are using a ProMicro or Elite-C micro controller.
- Installl qmk, or run it in a nix shell:
nix-shell -p qmk
- Go to the qmk_firmware directory, and compile the firmware:
qmk compile -kb ferris/sweep -km default -e CONVERT_TO=liatris
. This will generate the firmware in form of a.u2f
file inside the qmk_firmware directory. - Attach the keyboard/controller and mount the usb storage device.
- Copy the U2F file to the storage device.
- Unmount the storage device.
- Done