aboutsummaryrefslogtreecommitdiff
path: root/docs/reference_info_json.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-01-14 14:34:24 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2019-02-08 15:13:20 -0800
commitbcb18154206332c85e500ef65bffa98be6ac1cb7 (patch)
tree230966e6bda591992ef878ced49eab26c86de132 /docs/reference_info_json.md
parent83f74dd94c805dc255aa9f9b8643342edb462f02 (diff)
downloadqmk_firmware-bcb18154206332c85e500ef65bffa98be6ac1cb7.tar.gz
qmk_firmware-bcb18154206332c85e500ef65bffa98be6ac1cb7.zip
Add label to the info.json reference
Diffstat (limited to 'docs/reference_info_json.md')
-rw-r--r--docs/reference_info_json.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md
index 444807f84..badfabd91 100644
--- a/docs/reference_info_json.md
+++ b/docs/reference_info_json.md
@@ -59,6 +59,9 @@ All key positions and rotations are specified in relation to the top-left corner
59 * Key Shape: define a polygon by providing a list of points, in Key Units. 59 * Key Shape: define a polygon by providing a list of points, in Key Units.
60 * **Important**: These are relative to the top-left of the key, not absolute. 60 * **Important**: These are relative to the top-left of the key, not absolute.
61 * Example ISO Enter: `[ [0,0], [1.5,0], [1.5,2], [0.25,2], [0.25,1], [0,1], [0,0] ]` 61 * Example ISO Enter: `[ [0,0], [1.5,0], [1.5,2], [0.25,2], [0.25,1], [0,1], [0,0] ]`
62* `label`
63 * What to name this position in the matrix.
64 * This should usually be the same name as what is silkscreened on the PCB at this location.
62 65
63## How is the Metadata Exposed? 66## How is the Metadata Exposed?
64 67