forked from mirrors/qmk_userspace
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
This commit is contained in:
parent
eb4cf713bc
commit
9e9b604234
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
* `height`
|
||||
* オプション: キー単位でのレイアウトの高さ
|
||||
* `key_count`
|
||||
* **必須**: このレイアウトのキーの数
|
||||
* オプション: このレイアウトのキーの数
|
||||
* `layout`
|
||||
* 物理レイアウトを説明するキー辞書のリスト。詳細は次のセクションを見てください。
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue