Files
tangentbord1/README.md
2024-07-14 17:40:19 +02:00

886 B

A DIY split keyboard.

Directory

/lib

A rust library, and the bulk of the keyboard firmware implementation. Written using the Embassy framework.

/left and /right

Rust binaries, one for each half of the split keyboard. Most of the actual logic is implemented in /lib.

/schematic

Kicad schematics of the keyboard PCBs.

/case

3d-printable files of the keyboard case and related plastics.

/editor

A graphical program for configuring the keyboard layout. Work in progress.

Developing

Required tools:

To flash:

  • plug in the probe,
  • cd into either left or right
  • cargo run