This is my personal userspace for my keyboards that run QMK Firmware.
The repository is configured to build firmware automatically, as per the default userspace template, so ready-to-flash firmware can be found in under Releases.
To build the firmware locally, standard userspace instructions apply once again:
- Set up your QMK environment as per the QMK Docs
- Clone this repository
cd
into the repository directory- Set the userspace path:
qmk config user.overlay_dir="$(realpath .)"
- Compile the firmware:
qmk compile -kb <keyboard> -km <keymap>
As per QMK's requirements, this repository is licensed under the GNU General Public License version 2 or later.
For more information, refer to the LICENSE file.