TeXitoi / keyseebee

KeySeeBee is a split ergo keyboard. It is only 2 PCB (so the name) with (almost) only SMD components on it. It's only a keyboard, no LED, no display, nothing more than keys and USB.
MIT License
317 stars 34 forks source link

How crazy would it be to try and incorporate a mouse into the PCB? #13

Closed shaleh closed 2 years ago

shaleh commented 2 years ago

I like the idea of the chordie design, but I want the number of keys in keyseebee.

The trackball design there uses 6 wires.

TeXitoi commented 2 years ago

You mean https://github.com/kbjunky/Chordie ?

There is a bunch of pads available on the backside. Should be enough for hacking something like that. You can see them on a photo on the readme.

TeXitoi commented 2 years ago

Yeah, you have spi with cs on pa[4567] +gnd+ 3.3v on the back, exactly the pin you need for the trackball controller of the chordie. You'll need some code to create a rust driver of the trackball controller, and a bit of glue in keyseebee to manage the 2 devices.

shaleh commented 2 years ago

Excellent. Thanks.