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

https://github.com/vitberget/klaveret


https://github.com/vitberget/klaveret

Last synced: 11 months ago
JSON representation

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
```