~ruther/qmk_firmware

2b960b8bd7d529f135018827c38a0bccea9b1315 — shela 5 years ago 955047d
[Docs] Update Japanese translation of feature_userspace.md. (#9775)

1 files changed, 2 insertions(+), 2 deletions(-)

M docs/ja/feature_userspace.md
M docs/ja/feature_userspace.md => docs/ja/feature_userspace.md +2 -2
@@ 2,7 2,7 @@

<!---
  original document: 0.9.0:docs/feature_userspace.md
  git diff 0.9.0 HEAD -- docs/feature_userspace.md | cat
  git diff 0.9.43 HEAD -- docs/feature_userspace.md | cat
-->

似たキーマップを複数のキーボードで使う場合、それらの間でコードを共有できるという利点が得られることがあります。`users/`に以下の構造でキーマップ(理想的には GitHub のユーザ名、`<name>`)と同じ名前の独自のフォルダを作成します:


@@ 116,7 116,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

## 例

簡単な例については、[`/users/_example/`](https://github.com/qmk/qmk_firmware/tree/master/users/drashna) を調べてください。
簡単な例については、[`/users/_example/`](https://github.com/qmk/qmk_firmware/tree/master/users/_example) を調べてください。
より複雑な例については、[`/users/drashna/`](https://github.com/qmk/qmk_firmware/tree/master/users/drashna) のユーザスペースを調べてください。