# TeXitoi/keyberon

A rust crate to create a pure rust keyboard firmware.

Repository: https://github.com/TeXitoi/keyberon
Canonical: https://ross.abutalabs.com/products/keyberon
Language: Rust
License: MIT
License Family: permissive
Topics: rust, embedded, usb, usb-hid, keyboard, firmware
Last push: 2025-10-13T15:47:04+00:00

## Health v2 (maintenance only)
Score: 53/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 46, release rhythm 35, longevity 100
- inputs: {"age_days": 2722, "days_push": 324, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1192, forks 81 (observed 2026-08-28T04:03:56.337450+00:00)

## What it is
Keyberon is a pure Rust, no_std crate providing building blocks for creating custom keyboard firmware. It uses embedded-hal for GPIO key scanning and usb-device for USB HID communication, letting users compose only the features they need.

## Use cases
- write custom keyboard firmware in rust
- build a handwired split ergo keyboard
- implement layers and tap-hold behavior on a custom mechanical keyboard
- create usb hid firmware for an stm32 microcontroller
- replace qmk with a rust-based firmware
- add keyboard matrix scanning to an embedded project

## When to choose
- you want to write keyboard firmware in pure Rust on stable toolchain
- you need a no_std, composable library rather than a monolithic firmware
- you are building a custom or handwired keyboard on an MCU supported by embedded-hal and usb-device

## When to avoid
- you want a ready-made firmware with a large config ecosystem like QMK/ZMK without writing Rust
- your MCU lacks embedded-hal GPIO and usb-device support
- you need wireless/BLE keyboard support out of the box

## Facets
- artifact type: library
- maturity: active
- function: embedded, sdk, middleware
- domain: embedded-systems, hardware, developer-tools
- platform: embedded, rust
- tags: keyboard-firmware, usb-hid, no-std, embedded-hal, rust, qmk-alternative

## Member repositories
- TeXitoi/keyberon (main) score 53

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:56.337450+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:22:28.167886+00:00, confidence not recorded.
  - readme: https://github.com/TeXitoi/keyberon (fetched 2026-08-28T04:03:56.337450+00:00, sha 6604933e643d)
  - registry_crates: https://crates.io/api/v1/crates/keyberon (fetched 2026-08-29T12:29:31.087991+00:00, sha 1eb58e841ecb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
