diff options
| author | jack <0x6A73@pm.me> | 2023-12-03 17:57:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-04 00:57:42 +0000 |
| commit | 8895b135833b91efd987ac32e46d4c6e1f918b77 (patch) | |
| tree | 81add2ff55b0a6aaf1f320ccd10c9ea6afa91d46 /docs/feature_userspace.md | |
| parent | 37c2dd7c651764dd72882d891d21b490577f2bb9 (diff) | |
Documentation regarding user code removal/acceptance (#22507)
Diffstat (limited to 'docs/feature_userspace.md')
| -rw-r--r-- | docs/feature_userspace.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_userspace.md b/docs/feature_userspace.md index 8c617fe33a..aabf18e393 100644 --- a/docs/feature_userspace.md +++ b/docs/feature_userspace.md | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | # Userspace: Sharing Code Between Keymaps | 1 | # Userspace: Sharing Code Between Keymaps |
| 2 | 2 | ||
| 3 | !> Please note, userspace submissions to the upstream `qmk/qmk_firmware` repository are no longer being accepted. The userspace feature itself remains functional and can be configured locally. | ||
| 4 | |||
| 3 | If you use more than one keyboard with a similar keymap, you might see the benefit in being able to share code between them. Create your own folder in `users/` named the same as your keymap (ideally your GitHub username, `<name>`) with the following structure: | 5 | If you use more than one keyboard with a similar keymap, you might see the benefit in being able to share code between them. Create your own folder in `users/` named the same as your keymap (ideally your GitHub username, `<name>`) with the following structure: |
| 4 | 6 | ||
| 5 | * `/users/<name>/` (added to the path automatically) | 7 | * `/users/<name>/` (added to the path automatically) |
