Setting up QMK for Voyager
- Set up the QMK tool
- Go to https://github.com/zsa/qmk_firmware and find the most recent
firmwarebranch eg.firmware25 - Using that branch, run
qmk setuplike:
shell
# Replacing firmware25 with the most recent branch
qmk setup zsa/qmk_firmware -b firmware25- Make a folder containing your Oryx export in
~/qmk_firmware/keyboards/zsa/voyager/keymaps/ - Whatever you named that folder (called a keymap), compile and flash like:
shell
qmk compile -kb zsa/voyager -km my_keymap