- Install QMK MSYS
- Setup QMK MSYS
- Clone this project into
qmk_firmware/keyboards/minecatr
*this means this repositories contents go in here - Copy the build folder of the desired keyboard into the QMK MSYS directory
- Run
qmk compile -e CONVERT_TO=promicro_rp2040 -kb {PATH TO KEYBOARD} -km default
in QMK MSYS - Output should be in
qmk_firmware/.build
If your MCU does not use UF2 it likely supports one of these other bootloaders
qmk flash -kb /build -km default
- Install VIA or use the web version
- Navigate to settings and enable show design tab
- Navigate to design and press load
- Select the the via.json file of the desired board
a preconfigured layout.json is in each complete board