diff options
author | George Mao <splatt9198@gmail.com> | 2020-10-02 16:42:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 00:42:11 +0100 |
commit | 9e9b604234ee58fb822c37a862de2340bf95faec (patch) | |
tree | 13b36159b85673ac8f6cd73ce11b436404901ff8 /docs/ja/reference_info_json.md | |
parent | eb4cf713bcfe6bdfaea337c84cf1e9af78078711 (diff) | |
download | qmk_firmware-9e9b604234ee58fb822c37a862de2340bf95faec.tar.gz qmk_firmware-9e9b604234ee58fb822c37a862de2340bf95faec.zip |
Mark 'key_count' as optional within info.json docs (#10513)
* Update reference_info_json.md
key_count is now an optional field because it is better to get the keycount by counting the elements in the layout array.
* Updated Japanese documentation as well
Diffstat (limited to 'docs/ja/reference_info_json.md')
-rw-r--r-- | docs/ja/reference_info_json.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/reference_info_json.md b/docs/ja/reference_info_json.md index 708f7c19a..0fa1f9d3f 100644 --- a/docs/ja/reference_info_json.md +++ b/docs/ja/reference_info_json.md | |||
@@ -36,7 +36,7 @@ | |||
36 | * `height` | 36 | * `height` |
37 | * オプション: キー単位でのレイアウトの高さ | 37 | * オプション: キー単位でのレイアウトの高さ |
38 | * `key_count` | 38 | * `key_count` |
39 | * **必須**: このレイアウトのキーの数 | 39 | * オプション: このレイアウトのキーの数 |
40 | * `layout` | 40 | * `layout` |
41 | * 物理レイアウトを説明するキー辞書のリスト。詳細は次のセクションを見てください。 | 41 | * 物理レイアウトを説明するキー辞書のリスト。詳細は次のセクションを見てください。 |
42 | 42 | ||