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
- Host: GitHub
- URL: https://github.com/simmsb/rusty-glove
- Owner: simmsb
- Created: 2024-10-03T15:35:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-20T21:43:04.000Z (over 1 year ago)
- Last Synced: 2024-10-21T01:49:19.597Z (over 1 year ago)
- Language: Rust
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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

## 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)