qmk_firmware/keyboards/rgbkb/mun
Nick Brassel b2b6afffcb
Remove any instances of rules.mk which only enabled encoder map.
- Command executed:
  find keyboards -name rules.mk | while read f ; do if [ "$(cat $f | grep -v ENCODER_MAP_ENABLE | sed -e 's@#.*@@g')" = "" ]; then echo $f ; fi; done | while read f ; do git rm -rf $f ; done
2025-06-03 10:01:45 +10:00
..
keymaps/default Remove any instances of rules.mk which only enabled encoder map. 2025-06-03 10:01:45 +10:00
rev1 Migrate split.soft_serial_pin to split.serial.pin O-Z (#24146) 2024-07-23 12:12:52 +01:00
readme.md Keyboards/RGBKB/Mün (#13239) 2021-06-25 22:00:21 -07:00

Mün

Mün

Mün is powered by STM32 with full QMK support. Each key has super-bright RGB backlighting and MX Kailh hotswap sockets. No soldering is required to get a fully functioning keyboard. There are an additional 14 rear-facing RGB LEDs on each side. Each half can be configured to run as master or slave with the two USB-C ports. They also support up to two rotary encoders and one OLED panel per half.

Keyboard Maintainer: Legonut
Hardware Supported: Mün PCB R1.0, R1.1, R1.2 Hardware Availability: RGBKB

Make example for this keyboard (after setting up your build environment):

make rgbkb/mun:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.