The 4x12 ortholinear keyboard using the rp2040 and based on Appa.
Introducing the Momo, a custom 4x12 ortholinear mechanical keyboard built with the RP2040 microcontroller and inspired by the Appa. This keyboard features Cherry MX switches, full RGB backlighting with WS2812b and SK6812 LEDs, and an innovative “open” case design. Equipped with hotswap functionality, the Momo allows for easy switch changes without soldering, combining style and performance effortlessly.
Begin by initializing the project.
make init
Compile the Momo project using the QMK SDK to generate the firmware.
make compile
Flash the compiled Momo firmware onto the keyboard to complete the setup.
make flash
- GitHub · qmk_firmware/flashing.md at master · qmk/qmk_firmware;
- rflog Bootloaders & QMK;
- How to burn the Plaid keyboard bootloader using Arduino Nano | Algorist;
- QMK Firmware - Docs;
- GitHub - arturgoms/keyboards: A 75 keys keyboard layout, optimized for Portuguese, English, working with numbers and software programming with VIM plugins;
- QMK Firmware - Keycodes Overview.