Steps to compile:
- Make sure you've set up your environment per the QMK docs so compilation would actually work.
- Clone down the QMK Firmware into the project directory with:
git clone git@github.com:zsa/qmk_firmware.git
- Build submodules for the QMK firmware.
cd qmk_firmware
make git-submodule
cd ..