ZMK Firmware is an open source (MIT) keyboard firmware built on the Zephyr™ Project Real Time Operating System (RTOS). ZMK's goal is to provide a modern, wireless, and powerful firmware free of licensing issues.
Check out the website to learn more: https://zmk.dev/.
You can also come join our ZMK Discord Server.
To review features, check out the feature overview. ZMK is under active development, and new features are listed with the enhancement label in GitHub. Please feel free to add 👍 to the issue description of any requests to upvote the feature.
- Nice View widgets from Nicell and PraeceptorXS
- LVGL Animation Struct work in peripheral_status from Aakash Dabas
- Incomplete(?) rendering of status bar background rectangle on peripheral side. This is with BATTERY_HEIGHT and buffer/rectangle size set to 20 in peripheral_status, changes pushed here have that number set to 21 in order to resolve the issue which is technically incorrect. The included animations are 140px tall, meaning the buffer and rectangle for the status bar should in fact be 20px tall.