MakerJake01 / ProMicro_MacroPad

This is all the files needed to build an 8 key ProMicro based MacroPad.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProMicro_MacroPad

Overview
This project is for anyone who wants to make an 8 key MacroPad. The parts will most likely cost more than buying one. It can be used for keybinds in many programs. It's perfect for switching between scenes in OBS or a mute/unmute button in Discord. Some of the code is probably not the most efficient as I am a beginner. I am looking into making it work with QMK.

MacroPad pics

The programing:
The code was all programmed in C++ using the Arduino IDE. It can be programmed with F keys (i.e. F13, F14, ...). It uses the keyboard.h library. I have tried to make it as easy to reprogram as possible. It may be possible to program the MacroPad more efficiently.

The soldering:
There is a lot of SMD soldering. The smallest parts are 1206 resistors and capacitors. Some of the pads for the LEDs on the back do get very close. It will be an intermediate to advanced soldering project. (I have been soldering for a while so, SMD soldering is easy for me.) SMD Soldering Guide

The PCB:
Use the Gerber files to make the PCBs. It's a two-layer PCB and a 1.6 mm board. A black solder mask will look better but will add some time and possible cost.

The switches
The PCB has the holes for an MX style switch. The PCB has the holes for a plate mount switch. If you have a PCB mount switch, the extra legs need to be cut off.

Build guide
I am working on a multi-part build guide for my youtube channel.
https://www.youtube.com/makerjake

printed parts
I am having some trouble finding the STL files and my fusion 360 subscriptions has run out. I will try to either redesign the parts of finding the files.

Creative Commons Attribution-NonCommercial 4.0 International License. cc-by-nc

About

This is all the files needed to build an 8 key ProMicro based MacroPad.


Languages

Language:C++ 100.0%