If you want to upgrade your typing experience with one of these gadgets, there are two ways to go about it: You can always buy one or, if you’re up for the challenge, put one together yourself. Choosing one approach or the other may not make a huge difference in the price tag of your new peripheral. But there’s only one way that gives you the satisfaction of having made a keyboard that’s specifically made for you and by you. If you’re ready for an adventure, here’s how you can build your own 65-percent mechanical keyboard. A high-end peripheral can easily cost in excess of $100, so we designed this project to be generally affordable, and if you want to cut costs further, you can even 3D-print your case. Ordering your components will generally be more expensive, resulting in a final price tag of around $150. Making your own parts, on the other hand, can reduce that cost to less than $50. And don’t get deterred if you don’t have a 3D printer at home—you can always sign up for a membership at your local maker space where there will likely be machines you can use and even classes you can attend. If you really want to take the plunge and get your own 3D printer, we’ve put together a guide with everything you need to know before you buy one. You can choose to buy an aluminum case or a plastic one. Aluminum tends to be more expensive, but it’s more solid and hefty, which makes it a good choice if you don’t tend to move your keyboard around. On the other hand, some people prefer the look of plastic cases, which are also usually cheaper. Some cases come with a fitting plate, which is the piece that holds the keyboard switches in place, but you can also just look for a case that has an integrated plate. Pick the model, color, and material you like the most—just make sure the case has a mini-USB slot for the control board. For those who choose to 3D print their own case, I recommend using FedorSosnin’s SiCK-68 tada68 ‘thing’ from Thingiverse. It is well-designed and the printing instructions are easy to follow. If you’re more advanced when it comes to 3D printing, you can alter the Thingiverse design or make one from scratch using the swillkb Plate & Case Builder resource. I personally went with the SiCK-68 build nice and compact, and you can print it in whatever colors you like, but I used silver PET-G filament for the bottom part of the case and white filament for the top. I chose PET-G filament because it’s sturdy and durable, but you can also use PLA, which won’t require you to change the default settings on Ultimater Cura. When using the SiCK-68 template you’ll need to print some parts separately—the lower and upper case pieces (both left and right), the dowels (to join the pieces together), and the keycaps for the Alt, function, right shift, and CTRL or Command keys, if you buy a standard keycap set. These keycaps are slightly smaller than the Tada68 layout, so you’ll need to make your own to fit the case. The printing process should be fairly similar for all 3D printers but I used a Creality Ender-3 so I will describe the 3D printing process based on that. If you are using a printer that doesn’t have automatic bed leveling, start by leveling your bed before printing to ensure that you get the best results. I used Ultimater Cura to do my slicing, but you can use another slicer such as Prusa Slicer. You can find the relevant settings I used below—you can use them as a baseline and adjust them to fit your specific machine and filament. If these settings result in a messy-looking print, slowing down the speed should fix any issues. 3. Solder the switches to the diodes. Now you need to start setting up your keyboard’s control system, which allows the signal of a pressed key to travel from the right switch to the control board. The first step is to solder diodes to the pins of your switches. Filament type: PET-G Print nozzle temperature: 235°C Build plate temperature: 85°C Print speed: 60mm/s Initial layer speed: 10mm/s Enable Retraction Retraction distance: 9.5mm Retraction speed: 40.0mm/s Maximum retraction count: 10 Combing mode: Within infill Enable print cooling Fan speed 100.0% Initial fan speed: 0.0 Build plate adhesion type: Brim If you print with a brim, you’ll note that you will have to trim off the extra material with a craft knife. You’ll also notice some leftover “strings”—these are normal when using PET-G filament, and you can easily remove them by blasting your prints at arm’s length with a heat gun at around 390 degrees F. You can also pluck them off. To install them, make sure all the switches are facing in the same direction and press them into place until you hear a click—that’s how you know they are secured. Diodes usually come in sets of 100, but you’ll only need 68—one for each key. This will leave you with a lot of room for error if you need it. These delicate components ensure that current only flows in one direction so that there are no loops that will end up frying your keyboard or causing your machine to register the wrong key. Start off by identifying which end is the cathode of the diode—you’ll recognize it by the black band painted on the body. Use your wirecutter to trim the cathode down to 1/2-inch and solder it to the left pin of a switch. Repeat the process with all remaining switches and finish up by trimming the remaining ends of the diodes to 1/2-inch. 5. Connect each column of switches with a wire. Measure up, cut, and strip 15 shorter pieces of stripped solid core wire long enough to span the length of the columns of your keyboard. Solder one piece of wire to the right pin of each switch in the first column and repeat for all columns. Solder the remaining ends of the diodes in the first row to one of the pieces of the solid core wire, and repeat the process for all the remaining rows. Finish the row up by trimming the ends of the diodes that are still poking up, and placing electrical tape over each piece of the solid core wire. This will prevent shortages from happening between the rows and columns. 6. Connect your rainbow wires to the row and column wires. Strip the ends of five wires from your rainbow wire spool, and solder them onto the ends of each row of wire. You can choose the right or left end of the row wires, but whatever you do, make sure your Teensy is able to slot into its spot in the bottom half of the case without issue. If you don’t router your wires properly, they could bunch up and not leave enough space for the Teensy and the case might not even be able to close up properly. 9. Slot in the stabilizers and the keycaps. Stabilizers will help, well, stabilize bigger keys, like the left shift key, the backspace, the spacebar, and the Enter keys. Once the stabilizers are in place, you can attach the keycaps to the switches—just line up the cross-shaped slot in the keycap and push it into place. In case you don’t remember where each keycap goes, you can use this layout as a reference. At this point, the back of your keyboard should look something like this. Pro tip: You can use an original Teensy if you want to, but it will likely be more expensive. If you want a more theoretical understanding of how exactly this setup works, you can check out Matt3o.com where the author takes a deeper dive into the inner workings of this type of keyboard. But to sum up, each key corresponds to a unique combination of row and column numbers. This is how the Teensy knows which key you’re pressing.
Connect your Teensy to your computer with the mini-USB cable.Download the SiCK-68_EasyAVR.zip file.Extract the file to a convenient location and open the folder.In the EasyAVR-master folder, find and run the easykeymap.exe file. This is the setup wizard for the keyboard mapping process.Go to the File menu on the main navigation bar at the top of your screen, and select New.Select TAD68 and then click OK.Close the software for now. In a new File Explorer (or Finder window, if you’re on a Mac) go to C:\SPB_Data.EasyAVR\boardsCopy the SiCK-68.py file to this folder. This file is in the main folder from when you extracted the SiCK-68_EasyAVR.zip file.Back at the EasyAVR-master folder, open easykeymap.exe again.From File, choose New, select SiCK-68, and then click OK.To create a function key layer (meaning, giving keys a function different from the original when you press the Fn key), select Layer 1, then the 1 key (next to Esc) in the window. Continue by selecting the Scancode option and then F1—this will give the number key the F1 function when you press it along with the Fn key. You can repeat the process with the rest of the number keys (and the minus and plus keys to the right of the row) to assign them up to the F12 function. Select Build.Save the resulting file.From the main SiCK-68_EasyAVR folder, open the Fake Teensy Loader.exe file.Press the button on your Teensy once to manually enter Program Mode. Next, go to File and then Open HEX File, and select the document that you created in step 13.Finally, select Program.To finish, select Reboot from the Teensy Loader menu. Your keyboard should now have the firmware on it.
- Test the Teensy. Make sure everything works as it should, by going to the Keyboard Tester website and trying out your gadget. You should see the platform registering each stroke as you hit the keys. Any issues you run into may be due to shorts—maybe you didn’t apply the electrical tape properly, or it may have been damaged in some places. This is an easy fix: visually inspect the tape to see if there are any issues. If problems persist, then it might mean something is not soldered correctly. Disconnect the keyboard, remove the tape, and rejoin anything that might have separated. You might not like the roughness as much as I do (you can easily polish that early on in the process), but the action of the switches and keycaps is quick and polished, so the texture doesn’t compromise the gadget’s performance. The Akko CS Ocean Blue switches are very tactile and clicky, which I personally love, but if you want something quieter, then there are other options out there. Put the top half of the case onto the bottom half, making sure there are no wires protruding. Screw everything together with your machine screws. I’ve been using this keyboard ever since I finished programming the Teensy and it has been a real pleasure. There is something about the roughness of it—where I cut off the extra material, the custom keycaps, and the joints—that makes me love this keyboard more than any one I could have bought. It’s my keyboard and I built it. I am a new convert to mechanical keyboards and thanks to this build there’s no way I’m going back to a membrane keyboard. This is a basic build but you don’t have to stop here. You can build one to use at home and one for the office. You can add more customizations like different colored keycaps and you can even add LEDs. The sky’s the limit.