diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-03-01 11:04:52 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-03-01 11:13:16 +0530 |
| commit | 717baf30532e3313f70e0455519eb84344573cf9 (patch) | |
| tree | 9e56fca40ec252a85f16aca97154c03aea864db7 /README.md | |
| parent | 4ded3c76dc72e843f14bdc4552a31c30ae721c8d (diff) | |
| download | chiral-keyboard-717baf30532e3313f70e0455519eb84344573cf9.tar.gz chiral-keyboard-717baf30532e3313f70e0455519eb84344573cf9.zip | |
Update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0924d59 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Chiral keyboard (WIP) + +Custom ortholinear split keyboard designed for my tiny hands running on RP2040 zero. + + +## PCB + +### Generate gerber files +``` +just gerbers +``` + +This will generate gerber zip file in `pcb/chiral-keyboard.zip` + +### Design + + + + + + +## Resources +Kicad libraries used here: +- RP2040 zero sym and footprint - https://github.com/dj505/RP2040-Zero-KiCAD +- Keyswitch footprints - https://github.com/daprice/keyswitches.pretty |
