summaryrefslogtreecommitdiff
path: root/docs/reference_info_json.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2021-09-12 14:10:26 +1000
committerfauxpark <fauxpark@gmail.com>2021-09-12 14:10:26 +1000
commit1895151a9c71fb870cfc37233a7e89fe88379358 (patch)
tree1c936be1817c31639d7a3ba394a4081f620072c8 /docs/reference_info_json.md
parentd0ac03ec8b2af7334ac657dadcf0601d6f3469c0 (diff)
parent4791cfae1af0bc15a0bd8417c5195bf482b87605 (diff)
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'docs/reference_info_json.md')
-rw-r--r--docs/reference_info_json.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md
index cf492629f3..646b6b5cc9 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
### Layout Format
-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.
-
-* `width`
- * Optional: The width of the layout in Key Units
-* `height`
- * Optional: The height of the layout in Key Units
-* `key_count`
- * Optional: The number of keys in this layout
+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`.
+
* `layout`
* A list of Key Dictionaries describing the physical layout. See the next section for more details.