MK32 VS kmk_firmware

Compare MK32 vs kmk_firmware and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
MK32 kmk_firmware
6 67
655 1,253
- 4.1%
2.0 8.6
10 months ago 5 days ago
C Python
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MK32

Posts with mentions or reviews of MK32. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-05.
  • How to create USB HID Keyboard device on Esp32-S2?
    4 projects | /r/esp32 | 5 Jul 2022
    You will find very little esp-idf based resources, outside of the espressif documentation. If you dive in, you might be able to get it. I’ve been trying to figure out how to get a proS3 board to be used as the controller for a Bluetooth keyboard. Your hill is steep. But it can be done MK32 aaaaaand that’s the end of esp-idf related links, in case anyone gets annoyed by links that are not esp-idf, be forewarned the next links are just that. hackaday asterics t-vK best of luck, I truly hope you figure it out and leave breadcrumbs for the rest of us. Or sell your esp s2 board for the big bucks.
  • [Help needed] MS Sculpt Ergo conversion
    2 projects | /r/olkb | 2 Jun 2022
    It might be worth looking into an ESP32 board and the MK32 firmware. It won’t be as feature rich as QMK, but I think it will get the job done.
  • Alternative per-key backlight controllers
    2 projects | /r/MechanicalKeyboards | 26 Mar 2022
    Hey guys! I'm building my first keyboard and trying to get experience before spending a lot on a nice one. I'm 3D printing the "pcb" (can it even be called that?) and hand-wiring everything. I'll either end up using the MK32 firmware or KMK on an ESP32. Anyway, I was looking at backlight options and found most controllers that can control individual LEDs in large numbers (like the IS31FL3731) are fairly expensive and can be hard to find. Now they might not have as many features, but what about chips like the MY9221 (this uses two) or MAX7219? They cost the same as a few switches and consume very little power. The MAX7219 seems perfect for a budget build and is well-supported, but before I go learn how to make my own custom driver and spend a lot of time, is there a reason these chips are not used?
  • ESP32-S3-USB-OTG board
    2 projects | /r/olkb | 12 Dec 2021
  • Burned the MCU on your keyboard? Just hand-wire an ESP32 to make it wireless!
    1 project | /r/MechanicalKeyboards | 31 Aug 2021
    The main event started when I realize I have all the parts to Frankenstein together a working wireless keyboard, all inspired by this post and this post. The Ducky One uses a 15x8 matrix for all of the 108 keys. The way they wired it would be a nightmare for hand-wiring but I am just piggy riding on the existing PCB with an ESP32 that has enough GPIO pins. The firmware is based on the MK32 project but I have to modify parts of it to properly make use of GPIO34-39. That was intended for split keyboards so it is fair that nobody tried to hook up 23 GPIO and left nothing for an encoder or OLED display.
  • Split Keeb & Numpad
    1 project | /r/ErgoMechKeyboards | 5 Jul 2021
    check this out to see if it fits before coding too much.

kmk_firmware

Posts with mentions or reviews of kmk_firmware. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-04.

What are some alternatives?

When comparing MK32 and kmk_firmware you can also consider the following projects:

esp32_mouse_keyboard - ESP32 implementation for HID over GATT Keyboard and Mouse (Bluetooth Low Energy). Including serial API for external modules (similar to Adafruit EZKey HID)

qmk_firmware - Open-source keyboard firmware for Atmel AVR and Arm USB families

ESP32-BLE-Keyboard - Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)

zmk - ZMK Firmware Repository

esp32usb - ESP32-S2/S3 TinyUSB wrapper (alternative for the ESP-IDF tinyusb component). It is highly recommended to use the ESP-IDF tinyusb component. This component is not actively maintained at this time.

dactyl-keyboard - Parameterized ergonomic keyboard

MicroPython - MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems

Adafruit_CircuitPython_SSD1306 - Adafruit CircuitPython framebuf driver for SSD1306 or SSD1305 OLED displays. Not for use with displayio. See README.

python-keyboard - A hand-wired USB & Bluetooth keyboard powered by Python and more

dactyl-keyboard - Dactyl-ManuForm, a parameterized ergonomic keyboard translated into Python including a cadquery / Open CASCADE implementation.

micropython-ulab - a numpy-like fast vector module for micropython, circuitpython, and their derivatives