https://github.com/vitberget/klaveret
https://github.com/vitberget/klaveret
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitberget/klaveret
- Owner: vitberget
- Created: 2023-05-20T08:46:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T12:46:10.000Z (over 2 years ago)
- Last Synced: 2025-03-06T01:41:25.218Z (over 1 year ago)
- Language: Rust
- Size: 483 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Klaveret
A Rust project for learning embedded Rust for myself, and writing a keyboard firmware.
## Goals
- [ ] A normal functioning keyboard
- [ ] Switch between templates/layouts (qwerty/dvorak/other) or such
## Sources I learned from
*
*
*
*
*
*
## Serial monitoring
### screen
```sh
screen /dev/ttyACM0 9600
```
exit: `Ctrl-A \`
### cat
```shell
cat /dev/ttyACM0
```