Browse Source

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
pull/10522/head
George Mao 3 years ago
committed by GitHub
parent
commit
9e9b604234
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/ja/reference_info_json.md
  2. +1
    -1
      docs/reference_info_json.md

+ 1
- 1
docs/ja/reference_info_json.md View File

@ -36,7 +36,7 @@
* `height`
* オプション: キー単位でのレイアウトの高さ
* `key_count`
* **必須**: このレイアウトのキーの数
* オプション: このレイアウトのキーの数
* `layout`
* 物理レイアウトを説明するキー辞書のリスト。詳細は次のセクションを見てください。


+ 1
- 1
docs/reference_info_json.md View File

@ -31,7 +31,7 @@ Within our `info.json` file the `layouts` portion of the dictionary contains sev
* `height`
* Optional: The height of the layout in Key Units
* `key_count`
* **Required**: The number of keys in this layout
* Optional: The number of keys in this layout
* `layout`
* A list of Key Dictionaries describing the physical layout. See the next section for more details.


Loading…
Cancel
Save