Skip to content
/ pinci Public

Super thin split PCB keyboard using rp2040 chips running Rust

License

Notifications You must be signed in to change notification settings

camrbuss/pinci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4956f50 · Aug 20, 2022

History

24 Commits
Sep 28, 2021
Sep 28, 2021
Aug 20, 2022
Sep 28, 2021
Sep 2, 2021
Aug 8, 2021
Aug 8, 2021
Oct 2, 2021

Repository files navigation

pinci the keyboard 🦐

pinci pinches panic like popcorn

This project is still under development, submit an issue if you have questions.

Hardware

  • 34 key layout with two thumb keys skewed outward
  • Kailh PG1232 Low Profile Switches
  • Raspberry Pi Pico (RP2040)
  • Reversible PCB
  • TRS capable hardware (normal headphone cable)
  • Minimal SMD components and no THT components
  • No diodes, just direct switch to gpio connections
  • Useable with and without a case

BOM

Part Qty Manufacturer Part No
Kailh Swithces 34 PG1232
Raspberry Pi Pico 2 SC0915
1206 5% 10k Ohm Resistor 2 N/A
3.5mm Headphone Jack 2 54-00177

Firmware

The firmware is writen in Rust using the following (and more) libraries

Inspiration

Thanks to all the open-source projects that have inspired this project