diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-12 14:04:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-12 14:04:56 +1000 |
commit | 4791cfae1af0bc15a0bd8417c5195bf482b87605 (patch) | |
tree | c8bce61c28184407f9af5cd6b07f369c5c51acb0 /docs | |
parent | f1084712d72eb0e942ac46a9e606cc2d3af11dc6 (diff) | |
download | qmk_firmware-4791cfae1af0bc15a0bd8417c5195bf482b87605.tar.gz qmk_firmware-4791cfae1af0bc15a0bd8417c5195bf482b87605.zip |
Remove width, height and key_count from info.json (#14274)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ja/reference_info_json.md | 10 | ||||
-rw-r--r-- | docs/reference_info_json.md | 10 |
2 files changed, 4 insertions, 16 deletions
diff --git a/docs/ja/reference_info_json.md b/docs/ja/reference_info_json.md index 7346a6395..e6a71adc9 100644 --- a/docs/ja/reference_info_json.md +++ b/docs/ja/reference_info_json.md | |||
@@ -25,14 +25,8 @@ | |||
25 | 25 | ||
26 | ### レイアウトの形式 | 26 | ### レイアウトの形式 |
27 | 27 | ||
28 | `info.json` ファイル内の辞書の `layouts` 部分は、幾つかの入れ子になった辞書を含みます。外側のレイヤーは QMK レイアウトマクロで構成されます。例えば、`LAYOUT_ansi` あるいは `LAYOUT_iso`。各レイアウトマクロ内には、`width`、 `height`、`key_count` のキーがあります。これらは自明でなければなりません。 | 28 | `info.json` ファイル内の辞書の `layouts` 部分は、幾つかの入れ子になった辞書を含みます。外側のレイヤーは QMK レイアウトマクロで構成されます。例えば、`LAYOUT_ansi` あるいは `LAYOUT_iso`。 |
29 | 29 | ||
30 | * `width` | ||
31 | * オプション: キー単位でのレイアウトの幅 | ||
32 | * `height` | ||
33 | * オプション: キー単位でのレイアウトの高さ | ||
34 | * `key_count` | ||
35 | * オプション: このレイアウトのキーの数 | ||
36 | * `layout` | 30 | * `layout` |
37 | * 物理レイアウトを説明するキー辞書のリスト。詳細は次のセクションを見てください。 | 31 | * 物理レイアウトを説明するキー辞書のリスト。詳細は次のセクションを見てください。 |
38 | 32 | ||
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index cf492629f..646b6b5cc 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md | |||
@@ -32,14 +32,8 @@ The `info.json` file is a JSON formatted dictionary with the following keys avai | |||
32 | 32 | ||
33 | ### Layout Format | 33 | ### Layout Format |
34 | 34 | ||
35 | Within our `info.json` file the `layouts` portion of the dictionary contains several nested dictionaries. The outer layer consists of QMK layout macros, for example `LAYOUT_ansi` or `LAYOUT_iso`. Within each layout macro are keys for `width`, `height`, and `key_count`, each of which should be self-explanatory. | 35 | Within our `info.json` file the `layouts` portion of the dictionary contains several nested dictionaries. The outer layer consists of QMK layout macros, for example `LAYOUT_ansi` or `LAYOUT_iso`. |
36 | 36 | ||
37 | * `width` | ||
38 | * Optional: The width of the layout in Key Units | ||
39 | * `height` | ||
40 | * Optional: The height of the layout in Key Units | ||
41 | * `key_count` | ||
42 | * Optional: The number of keys in this layout | ||
43 | * `layout` | 37 | * `layout` |
44 | * A list of Key Dictionaries describing the physical layout. See the next section for more details. | 38 | * A list of Key Dictionaries describing the physical layout. See the next section for more details. |
45 | 39 | ||