orbit is a rust keyboard firmware
built for ease.
Its main selling points are:
- You can configure your keyboard directly through the keyboard's flash drive.
- It’s fast and reliable, as it's built in Rust.
- Adding your own keyboard is as simple as creating a single configuration file.
- It supports a wide variety of chipsets through embassy.
- All of the
STM32
family - The
nRF52
,nRF53
andnRF91
- Raspberry Pi
RP2040
- The
ESP32
and the WCH 32-bit RISC-V(CH32V) series.
- All of the
The docs are powered by VitePress. They are also viewable offline via make docs
.
If you need help, we have a friendly Discord server for you.
orbit is licensed under either of your choice
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)