Flash Custom Firmware onto Iris
Setup QMK environmenthttps://docs.qmk.fm/#/newbs_getting_started sudo apt install -y git python3-pip python3 -m pip install –user qmk # may need this echo ‘PATH=”$HOME/.local/bin:$PATH”‘ >> $HOME/.bashrc && source $HOME/.bashrc # this will clone into /home/user/qmk_firmware and install dependencies qmk setup # make/compile the … Continued