From 717baf30532e3313f70e0455519eb84344573cf9 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Mar 2026 11:04:52 +0530 Subject: Update readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 + +![pcb](./pcb.svg) + +![schematic](./chiral.svg) + + +## 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 -- cgit v1.3.1