Compile QMK Firmware to Michi .uf2 file
Using QMK CLI:
qmk flash -c -kb crkbd -km default -e CONVERT_TO=michi
Using make:
make crkbd:default CONVERT_TO=michi
- Join Boot with GND pins or press reset button if you keyboard have this
- Connect USB
- Remove the bridge or release the reset botton
- Wait for OS to detect Michi
- Copy the .uf2 file to the USB drive
The code not yet deployed in the official QMK firmware repository, for now you can use this forked and configured code.