X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Freference_info_json.md;h=badfabd9120ddb88e08dc41d07c04591d8f166c8;hb=3956b7c685e2501ccb6c8dd22081031986688f26;hp=444807f841aaf9bd99b23d9da3b2f2cc7ad1b8fc;hpb=83f74dd94c805dc255aa9f9b8643342edb462f02;p=qmk_firmware.git 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 * Key Shape: define a polygon by providing a list of points, in Key Units. * **Important**: These are relative to the top-left of the key, not absolute. * Example ISO Enter: `[ [0,0], [1.5,0], [1.5,2], [0.25,2], [0.25,1], [0,1], [0,0] ]` +* `label` + * What to name this position in the matrix. + * This should usually be the same name as what is silkscreened on the PCB at this location. ## How is the Metadata Exposed?