Skip to content

Commit

Permalink
Add label to the info.json reference
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Feb 8, 2019
1 parent 83f74dd commit bcb1815
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference_info_json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit bcb1815

Please sign in to comment.