diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ja/reference_configurator_support.md | 2 | ||||
-rw-r--r-- | docs/ja/reference_info_json.md | 4 | ||||
-rw-r--r-- | docs/reference_configurator_support.md | 2 | ||||
-rw-r--r-- | docs/reference_info_json.md | 4 |
4 files changed, 0 insertions, 12 deletions
diff --git a/docs/ja/reference_configurator_support.md b/docs/ja/reference_configurator_support.md index 4fb98fc0e..83d6d648d 100644 --- a/docs/ja/reference_configurator_support.md +++ b/docs/ja/reference_configurator_support.md | |||
@@ -104,8 +104,6 @@ JSON ファイルをビルドする最も簡単な方法は、[Keyboard Layout E | |||
104 | "tags": { | 104 | "tags": { |
105 | "form_factor": "numpad" | 105 | "form_factor": "numpad" |
106 | }, | 106 | }, |
107 | "width": 4, | ||
108 | "height": 5, | ||
109 | "layouts": { | 107 | "layouts": { |
110 | "LAYOUT": { | 108 | "LAYOUT": { |
111 | "layout": [ | 109 | "layout": [ |
diff --git a/docs/ja/reference_info_json.md b/docs/ja/reference_info_json.md index 5b9a1b6b6..7346a6395 100644 --- a/docs/ja/reference_info_json.md +++ b/docs/ja/reference_info_json.md | |||
@@ -20,10 +20,6 @@ | |||
20 | * キーボードの製品ページ、[QMK.fm/keyboards](https://qmk.fm/keyboards) のページ、あるいはキーボードに関する情報を説明する他のページの URL。 | 20 | * キーボードの製品ページ、[QMK.fm/keyboards](https://qmk.fm/keyboards) のページ、あるいはキーボードに関する情報を説明する他のページの URL。 |
21 | * `maintainer` | 21 | * `maintainer` |
22 | * メンテナの GitHub のユーザ名、あるいはコミュニティが管理するキーボードの場合は `qmk` | 22 | * メンテナの GitHub のユーザ名、あるいはコミュニティが管理するキーボードの場合は `qmk` |
23 | * `width` | ||
24 | * キー単位でのキーボードの幅 | ||
25 | * `height` | ||
26 | * キー単位でのキーボードの高さ | ||
27 | * `layouts` | 23 | * `layouts` |
28 | * 物理的なレイアウト表現。詳細は以下のセクションを見てください。 | 24 | * 物理的なレイアウト表現。詳細は以下のセクションを見てください。 |
29 | 25 | ||
diff --git a/docs/reference_configurator_support.md b/docs/reference_configurator_support.md index 1b34c85a2..ba3d49e2b 100644 --- a/docs/reference_configurator_support.md +++ b/docs/reference_configurator_support.md | |||
@@ -99,8 +99,6 @@ Use the `keyboard_name` object to set the name of the keyboard. For instruction | |||
99 | "tags": { | 99 | "tags": { |
100 | "form_factor": "numpad" | 100 | "form_factor": "numpad" |
101 | }, | 101 | }, |
102 | "width": 4, | ||
103 | "height": 5, | ||
104 | "layouts": { | 102 | "layouts": { |
105 | "LAYOUT": { | 103 | "LAYOUT": { |
106 | "layout": [ | 104 | "layout": [ |
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index 30d813e93..cf492629f 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md | |||
@@ -15,10 +15,6 @@ The `info.json` file is a JSON formatted dictionary with the following keys avai | |||
15 | * A URL to the keyboard's product page, [QMK.fm/keyboards](https://qmk.fm/keyboards) page, or other page describing information about the keyboard. | 15 | * A URL to the keyboard's product page, [QMK.fm/keyboards](https://qmk.fm/keyboards) page, or other page describing information about the keyboard. |
16 | * `maintainer` | 16 | * `maintainer` |
17 | * GitHub username of the maintainer, or `qmk` for community maintained boards | 17 | * GitHub username of the maintainer, or `qmk` for community maintained boards |
18 | * `width` | ||
19 | * Width of the board in Key Units | ||
20 | * `height` | ||
21 | * Height of the board in Key Units | ||
22 | * `debounce` | 18 | * `debounce` |
23 | * How many milliseconds (ms) to wait for debounce to happen. (Default: 5) | 19 | * How many milliseconds (ms) to wait for debounce to happen. (Default: 5) |
24 | * `diode_direction` | 20 | * `diode_direction` |