HELP install qmk firmware/configure tool boxs for linux (pop os)

does anyone know what the correct sudo command lines are to
install qmk firmware/configure tool boxs for linux (pop os) are iv got the

drop shift barebones keyboard an need to add the
qmk software to load the custom rgb an key config can from drop

can someone help

iv got the via program loaded an my custom key map an rgb profile .bin file from drops configure page

but how to load it to the connected keyboard i dont know

By the looks of it you need to do it through pip3.

So

sudo apt install -y git python3-pip
python3 -m pip install --user qmk

Then to run the set up

qmk setup

thanks

1 Like

This topic was automatically closed 273 days after the last reply. New replies are no longer allowed.