This purpose of this fork is to house my custom firmware, based off of my layout on oryx, that includes indicator lights for caps lock (on layers 0 and 1), and num lock (on layer 3)
To set up the local build enviroment to create the firmware image manually, head to the Newbs guide from QMK.
And instead of using just qmk setup
, you will want to run this instead:
qmk setup Dr-Ari-Gami/qmk_firmware -b firmware24
Compile firmware with the following command, while in the qmk_firmware
directory:
qmk compile -kb moonlander -km my-standard-layout
- Check out branch from ZSA's master branch:
git remote add zsa https://github.com/Dr-Ari-Gami/qmk_firmware.git
git fetch --all