Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 4.8 KB

BUILD_GUIDE.md

File metadata and controls

81 lines (51 loc) · 4.8 KB

3x3macropad - Build Guide

This guide provides a step-by-step explanation on how to solder/build the macropad. Thanks to @mondrian for taking all of these pictures! He helped me so much with making this guide possible.

Step 1: Soldering the HS Sockets and LED's

1.1 Get the PCB ready build_empty_pcb1

1.2 Solder all of the Hotswap-Sockets you need (6 to 9, depending on your desired layout!) and optionally the LED's (The triangle/marked corner on the LED must align with the "triangle" corner on the PCB! It's diagonal from the "1" Text) build_hs_led_2

Step 2: Soldering the Pro Micro

2.1 Split the Header Pins like shown in the picture, since a total of 4 Pins don't have through-holes in the PCB due to the layout build_promicro_pins_3

2.2 Insert the Header Pins like this in the PCB build_pins_pcb

2.3 Place the Pro Micro on it (USB-Port facing towards the PCB!) and solder it's pins build_pins_promicro

2.4 Solder all the pins on the PCB build_pins_solder

Step 3: Soldering the OLED and EC11 Encoder (both are optional)

3.1 Get some pliers and cut the already soldered pins as much as you can, but be careful. They still need to be soldered to the PCB! build_cut_top_pins

3.2 Shorten these 5 Pins that are marked in the red boxes in the picture below. Otherwise they will interfere with the OLED cut_top_pins_both_done

3.3 Get a knife or pliers and remove the black Pin Header that is on the "bottom" of the OLED Screen Pins. You can "push" them down usually. build_remove_pin_header_oled

3.4 After that it should look like that. Then also shorten the top solder joints on the OLED, but also be careful here: Don't damage the soldered connection. We just want to have a little more space "above" the OLED, so the Switch Plate later fits above it. build_shorten_oled_pins

Tip

Before proceeding to do the next step, get yourself some tape and stick it on the bottom of the oled. It's meant to prevent possibly shorting the OLED with our PCB.

3.5 Place the OLED on the PCB like this and solder the pins from the bottom side. Make sure to hold the OLED relatively "even", so it looks good at the end build_oled_on_pcb_flat

3.6 Now place your EC11 Encoder in the top right and solder all of it's 5 Pins: 2 at the top and 3 at the bottom build_oled_on_pcb_flat_2

Soldering done!

We are now done with the difficult part: The soldering. This is what it should now look from the bottom. image

Step 4: Assembling the Macropad

4.1 Screw the 4 Standoffs to the bottom plate image

4.2 Place the PCB on the 4 Standoffs and screw it tight image

4.2 Insert your Switches into the Plate (Note: The Switch at matrix [0, 1] and [1, 1] are north facing unlike all others!) and place it on the PCB image

4.3 Put the EC11 Encoder Knob and you Keycaps on build_done_off

Done

Congratulations! 🎉 👏🏻 You've build your very own 3x3macropad. build_done_on

Step 5: Flashing the Firmware

5.1 The very last step to get the macropad running is flashing a firmware to the Arduino Pro Micro. for that, visit my QMK/VIAL Guide