logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: a8fb9e1462284eb2b9d5da11c08f0288422019b1
parent 0682cf924202ee22118ee4dd571b6174f447dfbb
Author: QMK Bot <hello@qmk.fm>
Date:   Sat, 29 Mar 2025 02:48:02 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:

Mdocs/features/community_modules.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/features/community_modules.md b/docs/features/community_modules.md @@ -40,7 +40,7 @@ cd /path/to/your/external/userspace mkdir -p modules # Replace the following {user} and {repo} with the author's community module repository git submodule add https://github.com/{user}/{repo}.git modules/{user} -git submdule update --init --recursive +git submodule update --init --recursive ``` This will ensure the copy of the module is made in your userspace.