Skip to content

Latest commit

 

History

History
136 lines (81 loc) · 6.62 KB

buildguide_v1.md

File metadata and controls

136 lines (81 loc) · 6.62 KB

Cheapino v1 build guide

Introduction

Welcome to the Cheapino Keyboard Build Guide! In this guide, we will walk you through the steps to build your own custom keyboard using the Cheapino kit. The Cheapino is a budget-friendly DIY split mechanical keyboard that is perfect for beginners who are looking to try their hand at building their own keyboard.

Tools

Before we start, here are the tools you will need:

  • Soldering iron
  • Solder
  • Diagonal cutters

Parts

Since the PCBs are the most expensive items, and you cant order less than 5 from most sites, Im assuming you will build 2 Cheapinos. Most of the other components will also come in quantities allowing for 2 sets.

Im not including switches and keycaps, since these are a matter of personal taste. You will need 36 switches and 1u(the regular letter sized) keycaps per set. This can easily be the most expensive

Part Quantity Where to get it Estimated price (including shipping)
Cheapino PCB 4 Upload the PCB v1 gerber to JLCPCB (or other pcb house). 20.00 (for 5 pcs)
Waveshare RP2040-Zero 2 AliExpress 8.50 (for 2 pcs)
RJ45 Socket 4 AliExpress 5.00 (for 10 pcs)
EC11 Rotary encoder 2 AliExpress 5.00 (for 2 pcs)
Encoder knob 2 AliExpress 5.00 (for 2 pcs)
Diodes 1N4148 72 AliExpress 2.00 (for 100 pcs)

Components

These parts are optional, but nice to have:

Part Quantity Where to get it Estimated price (including shipping)
Sockets for MCU(optional) 2 AliExpress 5.00 (for 10 pcs)
Flexible RJ45 cable 0.5m 2 AliExpress 3.00 (for 2 pcs)
Magnetic USB cable 2 AliExpress 3.00 (for 2 pcs)
Rubber bumpers ~16 AliExpress 2.00 (for 50 pcs)

Steps

In my experience it is easiest to solder the lowest components first, and the highest last, since you need to turn the PCB around with the components on the other side when soldering(and then you want the loose ones to rest directly at the desk). Thats why I suggest starting with the diodes, then the MCU, the switches, the RJ45 socket and lastly the encoder.

Step 1: Diodes

You need to be careful to solder the diodes the correct way. The line on the diode should always be closest to the square pad of the footprint, NOT the round one. The PCB supports SMD and throug hole diodes, but since K16 is missing smd pads, I recommend using through hole(if you only have smd, you need to hack K16, not very hard, use a small piece of wire).

If you use through hole diodes and have sockets for the MCU, keep the legs you cut off and use them for socketing the MCU.

Step 2: MCU

Only the pins on the 2 long sides are actually used, but if you have the RP2040-Zero with pre-soldered pin headers, there is room for that also. Choose one of the following steps:

Socket the MCU

Socketing makes it easier to reuse the MCU(the RP2040-Zero) for another build later, or swap it if its broken or malfunctions.

If you have sockets for the MCU, mount them on a breadboard, or stick them in some cardboard to get them straight when mounting.

Socketing 1

Stick the clipped diode feet through the MCU, and down into the socket. Use a tool, or you will stick it into your fingers(been there, done that...).

Socketing 2

Solder all the feet in place, and remove all 3 parts from the breadboard, and put them into the PCB, use some tape to hold it in place when you turn it around and solder it.

Socketing 3

Use pinheader to mount MCU

Use the two longest yellow pin headers that come with the MCU: solder them to the board first, and then solder the MCU to them.

MCU pin header

Step 3: Install the Switches

Next, it's time to install the switches. This can be a bit tricky to get straight, since there is only 3 pin holes. Try to solder one column at a time, use something to align the switches, and tape them down before soldering.

Switches

One trick from TentacleSenpai69 is to put on keycaps on a column and use a space bar to keep the column aligned, and then tape it.

Switches A1 Switches A2 Switches A3 Switches A4

Step 4: Install the RJ45 sockets

Some connectors might short the casing to the outer unused pin. It might be a good idea to place a tiny piece of tape on top of the pin hole that is directly on the footprint outline of the connector you are installing, or at the housing itself where it touches this.

RJ45 possible short

Just align them to the white outline. They should stay in place by themselves when you flip the PCB to solder them.

Step 5: Install the encoder

Put the encoder in the footprint on the right side, make sure its flush to the PCB when you solder it.

Step 6: Trim below and install bumpers

Use the cutters to trim any extruding wires on the underside of the PCBs. Maybe clip them inside a plastic bag to prevent the metal from flying around. Install rubber bumpers to protect your desk and keep the keyboard from moving.

Underside

Firmware

Congratulations, you have successfully built your own custom keyboard.

Now you only need to install the firmware and tweak your keymap. Clone this qmk branch: https://github.com/tompi/qmk_firmware/tree/cheapino

Open a shell in the folder and get git submodules with make git-submodules

Then flash the cheapino with make cheapino:default:flash

To tweak the keymap, copy one of the keymaps from keyboards/cheapino/keymaps, edit it in the qmk online configurator, and flash it with make cheapino:yourkeymap:flash

Tweaking the encoder actions needs to be done in the keyboards/cheapino/encoder.c file.

Send me a mail or issue if something doesnt work as expected!