docs: add rumcake firmware

This commit is contained in:
Ben 2024-04-17 11:37:48 +02:00 committed by GitHub
parent 61bef628fb
commit 4291fac28a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ layout: ../../layouts/MainLayout.astro
- [MK32](https://github.com/Galzai/MK32) - Simple BLE keyboard for ESP32
- [nrf52-keyboard](https://github.com/Lotlab/nrf52-keyboard) - A ble keyboard firmware using nrf52810/52832
- [Python-Keyboard](https://github.com/makerdiary/python-keyboard) - A highly extensible firmware written in Python, based on CircuitPython, with RGB, USB and Bluetooth.
- [rumcake](https://github.com/Univa/rumcake) - A rust-based keyboard firmware.
- [QMK](https://github.com/qmk/qmk_firmware) - A keyboard firmware based on the tmk_keyboard firmware for Atmel AVR and ARM controllers.
- [TMK](https://github.com/tmk/tmk_keyboard) - Keyboard firmwares for Atmel AVR and Cortex-M.
- [ZMK](https://zmkfirmware.dev) - MIT-licensed firmware built on top of the Zephyr RTOS that is “wireless first”.