QMK vs ZMK: Which Firmware Should You Use?
Two open-source firmware options, each with real strengths. Here's how to choose without the tribalism.
QMK and ZMK are the two dominant firmware options for custom keyboards. Both are open-source, both let you remap every key, and both have passionate communities. The differences matter, though, depending on what you're building.QMK: the veteran
QMK (Quantum Mechanical Keyboard) has been around since 2015. It's mature, well-documented, and has the largest ecosystem of supported keyboards.
Strengths:
Weaknesses:
ZMK: the modern choice
ZMK (Zephyr Mechanical Keyboard) was built from the ground up for wireless keyboards using the Zephyr RTOS.
Strengths:
Weaknesses:
Decision tree
Are you building a wired keyboard? → QMK. The VIA/Vial experience is unmatched for wired boards.
Do you need Bluetooth? → ZMK. QMK's Bluetooth support exists but it's experimental and power-hungry.
Are you using a split keyboard? → ZMK handles split communication natively over BLE, which is cleaner than QMK's serial/I2C approach.
Do you want real-time key remapping? → QMK with VIA. ZMK requires recompilation for every change, though the ZMK Studio project is working on this.
Are you a beginner? → Both have a learning curve, but ZMK's config file approach is arguably simpler than QMK's C code. VIA (for QMK) is the easiest option if your keyboard supports it.
Using both
Some builders use QMK for wired builds and ZMK for wireless. The key remapping concepts are the same — layers, combos, tap-dance — just expressed differently. Learning one makes the other easier.
The CUBE approach
At CUBE, we support both. The MIX split keyboard ships with ZMK for wireless builds and QMK for wired. The firmware choice is yours, and we provide pre-configured keymap files for both. If you want to customize, we'll walk you through the config.
