aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ja/feature_userspace.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/feature_userspace.md b/docs/ja/feature_userspace.md
index 693813247..34e421007 100644
--- a/docs/ja/feature_userspace.md
+++ b/docs/ja/feature_userspace.md
@@ -2,7 +2,7 @@
2 2
3<!--- 3<!---
4 original document: 0.9.0:docs/feature_userspace.md 4 original document: 0.9.0:docs/feature_userspace.md
5 git diff 0.9.0 HEAD -- docs/feature_userspace.md | cat 5 git diff 0.9.43 HEAD -- docs/feature_userspace.md | cat
6--> 6-->
7 7
8似たキーマップを複数のキーボードで使う場合、それらの間でコードを共有できるという利点が得られることがあります。`users/`に以下の構造でキーマップ(理想的には GitHub のユーザ名、`<name>`)と同じ名前の独自のフォルダを作成します: 8似たキーマップを複数のキーボードで使う場合、それらの間でコードを共有できるという利点が得られることがあります。`users/`に以下の構造でキーマップ(理想的には GitHub のユーザ名、`<name>`)と同じ名前の独自のフォルダを作成します:
@@ -116,7 +116,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
116 116
117## 例 117## 例
118 118
119簡単な例については、[`/users/_example/`](https://github.com/qmk/qmk_firmware/tree/master/users/drashna) を調べてください。 119簡単な例については、[`/users/_example/`](https://github.com/qmk/qmk_firmware/tree/master/users/_example) を調べてください。
120より複雑な例については、[`/users/drashna/`](https://github.com/qmk/qmk_firmware/tree/master/users/drashna) のユーザスペースを調べてください。 120より複雑な例については、[`/users/drashna/`](https://github.com/qmk/qmk_firmware/tree/master/users/drashna) のユーザスペースを調べてください。
121 121
122 122