This commit is contained in:
Chris Keller 2026-08-21 20:52:44 -06:00 committed by GitHub
commit ebba2038f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@ This is a template repository which allows for an external set of QMK keymaps to
## Howto configure your build targets ## Howto configure your build targets
1. Run the normal `qmk setup` procedure if you haven't already done so -- see [QMK Docs](https://docs.qmk.fm/#/newbs) for details. 1. Run the normal `qmk setup` procedure if you haven't already done so -- see [QMK Docs](https://docs.qmk.fm/#/newbs) for details.
* Confirm that `qmk --help` lists `new-keymap` and `userspace-add` before continuing. If not, verify `qmk config user.qmk_home` is set to the location of your QMK repository.
1. Fork this repository 1. Fork this repository
1. Clone your fork to your local machine 1. Clone your fork to your local machine
1. Enable userspace in QMK config using `qmk config user.overlay_dir="$(realpath qmk_userspace)"` 1. Enable userspace in QMK config using `qmk config user.overlay_dir="$(realpath qmk_userspace)"`