MacroPad resource page
This page has links to all the tools and files I talk about in this YouTube series on building your own custom Macro Pad.
Download links
Web Tools
Shopping Links
- JLCPCB
- SOD123 diodes at LCSC
- Reset switch at LCSC
- SendCutSend
- Sea Picro at beekeeb
- MX hotswap sockets at beekeeb
- M2 screws and standoffs at keeb.io
- M2 screw assortment at Amazon
- 2mm spacers at Amazon
- Rubber feet at Amazon
- Allium58 at beekeeb
Reference Information
- Sea Picro pinout
- Gateron product datasheets
- Adafruit’s Guide to Excellent Soldering
- Soldering SMD diodes
Provided Files
Commands to copy and paste in Part 4
wsl --install
git clone https://github.com/vial-kb/vial-qmk
cd vial-qmk
make git-submodule
qmk new-keyboard
qmk compile -kb macro0 -km default
python3 util/vial_generate_keyboard_uid.py
qmk compile -kb macro0 -km vial
Sources I used to write this series