An open API service indexing awesome lists of open source software.

https://github.com/simmsb/rusty-glove

Rust firmware for the glove80 keyboard
https://github.com/simmsb/rusty-glove

Last synced: over 1 year ago
JSON representation

Rust firmware for the glove80 keyboard

Awesome Lists containing this project

README

          

# Rust firmware for the Glove80 keyboard

https://github.com/user-attachments/assets/92c6a0cc-923c-43d2-8932-4119070cfd70

Rusty glove is firmware for the Glove80 split keyboard written in Rust
using the Embassy framework.

## Layout

![Default Layout](layouts/rusty-glove.svg)

## Features

- Normal keypresses, mod taps, layers, chords, mouse keys
- Some pretty neopixel animations (that sync between sides, and transition smoothly)

## Building

Building is best done using the dev shell of the nix flake, it loads everything in that you need to build the project.

Then use `just both` to invoke the rules in the justfile for producing a `both.uf2` file.

## Keymaps

You can use https://github.com/simmsb/keylayout to generate key layouts (and
also generate previes of them), check out the [one I use](layouts/rusty-glove.kl)