From 7518806ada583b54cf83ab55db733dda97174ffd Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 2 Aug 2024 15:29:54 +0200 Subject: [PATCH] focus on userspace --- fw/compile-firmware.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fw/compile-firmware.md b/fw/compile-firmware.md index ff310bd..6d8f958 100644 --- a/fw/compile-firmware.md +++ b/fw/compile-firmware.md @@ -47,6 +47,9 @@ qmk config user.qmk_home="$(realpath .)" {: .info } If you have multiple QMK installations, you will need to manually set the qmk home path again to use the other ones. +That's all you needed to do with the QMK repository. +From here on, **we will only focus on the Userspace repository.** + ## BastardKb userspace While the QMK repository contains the logic behind the keyboards, the keymaps are in the userspace repository.