RGBKB Build Guides
  • RGBKB build guides
  • Mün 2
    • Overview
    • Assembly
    • Accessories
  • Phobos
    • Introduction
    • Flashing
    • Assembly - Switchplate
    • Assembly - Plateless
    • Accessories
  • Zygomorph 3 (WIP)
    • Introduction (WIP)
  • Sol 3
    • Introduction
    • Flashing
    • Assembly
    • Accessories
    • Fullhand
  • Mün
    • Introduction
    • Flashing
    • Assembly
  • Zygomorph 2 (EOL)
    • Introduction
  • Pan
    • Introduction
    • Soldering
    • Flashing
    • Assembly
  • Sol 2 build guide
    • Introduction
    • Flashing
    • Assembly
    • Sol Power
    • Default Keymap
  • Zygomorph Build Guide
    • Introduction
    • Assembly
    • Flashing
  • Zen2 Build Guide
    • Introduction
    • Assembly
    • Flashing
  • Archive
    • USB-Fusion
    • Sol 1 Build guide
Powered by GitBook
On this page
  1. Mün

Flashing

Flash your PCBs before assembly!

PreviousIntroductionNextAssembly

Last updated 2 years ago

Mün currently uses a fork , specifically the /development branch. When split RGB & encoders has fully been implemented into QMK, the fork will be pulled into the master branch.

Touch buttons are currently disabled. Add keycodes to line 86 and 87 of keymap.c to enable.

Mun uses QMK firmware. ​

To install the default keymap: (LED PCBs do not need to be installed)

  1. Install ​

  2. Flash the left half

    1. 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.

    2. QMK Toolbox: Choose the left firmware .bin with Open.

    3. Plug in the leftmost port to the PC.

    4. Reset the board by pressing the reset switch on the PCB.

    5. Flash: Press the flash button in QMK Toolbox.

  3. Flash the right half

    1. Repeat the above with the right .bin file, using the rightmost port to the PC.

  4. Plug the leftmost port into your PC, and the two middle ports into each other.

  5. 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)

  1. git clone -b development https://github.com/rgbkb/qmk_firmware

  2. qmk setup - press Y when asked to install submodules

  3. qmk doctor

  4. qmk flash -kb rgbkb/mun -km default -bl dfu-util-split-left

    1. Reset the board, it will flash automatically

    2. Flash the right half with qmk flash -kb rgbkb/mun -km default -bl dfu-util-split-right

To update your repo, run the following

  1. cd qmk_firmware

  2. git remote add upstream -t development https://github.com/rgbkb/qmk_firmware

  3. git pull upstream development

  4. cd ..

  5. 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

QMK MSYS
these steps
here
Documentation on installation, keymaps and compiling can be found here.
QMK Toolbox
QMK Toolbox
88KB
rgbkb_mun_rev1_via_left.bin
Mün Left 9/13/2022
88KB
rgbkb_mun_rev1_via_right.bin
Mün Right 9/13/2022