Skip to content

Commit

Permalink
Add #53, #141 (pin colors)
Browse files Browse the repository at this point in the history
  • Loading branch information
formatc1702 committed Nov 14, 2020
1 parent 2f362e6 commit a75122c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### New features

- Allow additional BOM items within components ([#50](https://github.com/formatc1702/WireViz/issues/50), [#115](https://github.com/formatc1702/WireViz/pull/115))
- Add option to define connector pin colors ([#53](https://github.com/formatc1702/WireViz/issues/53), [#141](https://github.com/formatc1702/WireViz/pull/141))
- Remove HTML links from the input attributes ([#164](https://github.com/formatc1702/WireViz/pull/164))


Expand Down
5 changes: 5 additions & 0 deletions docs/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ additional_bom_items: # custom items to add to BOM
pins: <List> # if omitted, is autofilled with [1, 2, ..., pincount]
pinlabels: <List> # if omitted, is autofilled with blanks

# pin color marks (optional)
pincolors: <List> # list of colors to be assigned to the respective pins;
# if list length is lower than connector pinout,
# no color marks will be added to remaining pins

# rendering information (all optional)
style: <style> # may be set to simple for single pin connectors
show_name: <bool> # defaults to true for regular connectors,
Expand Down

0 comments on commit a75122c

Please sign in to comment.