skele32

32 key ortholinear flywire keyboard based on raspberry pi pico mcu.

skele32 uses a flywire circuit, which means there is no plate or case of any kind. The copper wire is the only thing holding all the switches and the microcontroller together.

this build however will still require you 3D print a plate to hold the parts together while soldering.

parts

tools

print the plate

The plate needs to be cut off at the very end and therefor needs to have 0% fill and the thinnest walls as possible. Should just barely hold the keys together. I could not get the plate off the first keyboard of this type I built.

After printing you can put in the keys and turn it around and put the Pi Pico in the slot

Adding the stability wires

To get the wire straight you bend each end and put one end in drill machine and hold the other with a plier. Hold it tight outward while you spin the drill and it will straighten.

Glue a straight piece of wire across each row. These will not be used for any connection, it is just for stability

The wire should sit just below the top pin of the keys. After it is glued there you can gently push the top pin down on top of the wire, this will help with next step

First row

Add the diodes

Which direction the diodes are in does not matter, you can set either COL2ROW or ROW2COL in firmware later. However it is very important that they are all in the same direction.

Solder a diode to each pin, from the top pin and it should sit straight down. The easiest way I found was to presolder the pin first and then you can hold the diode where you want and hit the pin with the soldering iron to connect them. You can clean up the solder joints after both ends are soldered

Add the row wires, do one row at a time

First step is to get a good length of wire and straighten it like in previous step.

After that you need to put it across the row and bend it how you want to get it to the desired pin on Pi Pico. Don't be afraid to experiment and throw away the wire and try again if it does not work well. This can be time consuming but will be faster with practice

You can use a marker to mark the places where you want to bend and for the actual bend I just held the wire with my pliers and bended it with my hand.

After you have bended the wire how you like you need to mark the places where the wire intersects with the switch diodes, then use a small file and file down a bit to get down to the copper. Also need to file down the end where you are connecting to the Pico.

Presolder all connections, on the wire and on the Pico pin.

Now you can solder the connections and remember to use a multimeter afterwards to check if everything is working as intended.

Repeat for the rest of the rows.

Add the column wires.