From 36c9fb82b05893adacbd860c5d7cd6c5b6bced77 Mon Sep 17 00:00:00 2001 From: Chris Keller Date: Fri, 21 Aug 2026 18:22:24 -0600 Subject: [PATCH] Add confirmation step for QMK setup in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df8d84e3..b9deb3e4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This is a template repository which allows for an external set of QMK keymaps to ## 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. + * 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. Clone your fork to your local machine 1. Enable userspace in QMK config using `qmk config user.overlay_dir="$(realpath qmk_userspace)"`