In trying to get Redox Wireless flashed, you have to upload the firmware to your arduino pro micro with QMK firmware.
- Plug in the micro to your computer, check that it is actually connected with a datacable by running
ls /dev/tty*
and seeing a new device appear. - Run make redox_W:default:avrdude
- Quickly reset the pro micro by shorting GND and RST twice quickly
- When it says
waiting for /dev/whatever
to be writable, in another terminal runsudo chmod 666 /dev/whatever
so you have permission to write - it should flash now haha
- You might have to add your user to the
dialout
group. Not sure if that mattered.