Skip to content
/ QMK Public
forked from qmk/qmk_userspace

My external userspace for QMK firmware

License

Notifications You must be signed in to change notification settings

Lorech/QMK

 
 

Repository files navigation

QMK Userspace

This is my personal userspace for my keyboards that run QMK Firmware.

Usage

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:

  1. Set up your QMK environment as per the QMK Docs
  2. Clone this repository
  3. cd into the repository directory
  4. Set the userspace path: qmk config user.overlay_dir="$(realpath .)"
  5. Compile the firmware: qmk compile -kb <keyboard> -km <keymap>

License

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.

About

My external userspace for QMK firmware

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.4%
  • Makefile 3.6%