Add confirmation step for QMK setup in README

This commit is contained in:
Chris Keller 2026-08-21 18:22:24 -06:00
commit 36c9fb82b0

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)"`