Flashing
Flash your PCBs before assembly!
Last updated
Flash your PCBs before assembly!
Last updated
Mun uses QMK firmware.
To install the default keymap: (LED PCBs do not need to be installed)
Install
Flash the left half
Push the slide switches into place, away from the port you want to connect to the PC. An indicator for the standard setup is on the bottom of the LED PCB.
QMK Toolbox: Choose the left firmware .bin with Open
.
Plug in the leftmost port to the PC.
Reset the board by pressing the reset switch on the PCB.
Flash: Press the flash button in QMK Toolbox.
Flash the right half
Repeat the above with the right .bin file, using the rightmost port to the PC.
Plug the leftmost port into your PC, and the two middle ports into each other.
After the initial setup, you can update your keymap using , and you only need to flash the primary half.
For custom keymaps, do the following (To be changed when Mün enters QMK master)
git clone -b development https://github.com/rgbkb/qmk_firmware
qmk setup
- press Y when asked to install submodules
qmk doctor
qmk flash -kb rgbkb/mun -km default -bl dfu-util-split-left
Reset the board, it will flash automatically
Flash the right half with qmk flash -kb rgbkb/mun -km default -bl dfu-util-split-right
To update your repo, run the following
cd qmk_firmware
git remote add upstream -t development https://github.com/rgbkb/qmk_firmware
git pull upstream development
cd ..
If dependencies have changed, you may need to re-run qmk doctor
or run python3 -m pip install -U qmk
Install and open, run the following:
If QMK Toolbox doesn't work, try