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

Reference Information

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