11 September 2021

Flashing QMK firmware onto Pro Micros using Linux

by Zubair Abid

You need to run:

sudo make <keyboard_folder>:<keymap-folder>:avrdude
sudo make ai03/soyuz:soyuz_macro:avrdude

Instead of sudo qmk flash -kb ai03/soyuz -km soyuz_macro.

(Also remember to short RST and GND.)

Not entirely sure why. Might have to do with Arduino specifics. Not an issue with my Elite-C (v4).

tags: Keyboards - configuration - linux - pro-micro
<-- Back