logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: d0cfb938ef58d6b8d2089f00f6160d2105791a13
parent 94a9099c3843a04dc0eb54f8009dff5b4422e430
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Sat, 29 Mar 2025 10:47:26 +0800

Module documentation typo correction (#25073)


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.