Skip to content

Commit

Permalink
chips/common.json: Less verbose power signal names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 17, 2024
1 parent 4afe475 commit 9b0cded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chips/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common",
"signals": {
"ground": {"name": "Ground", "type": "power", "subtype": "ground"},
"+5v": {"name": "5v Power", "type": "power", "subtype": "+5v"},
"+3v3": {"name": "3v3 Power", "type": "power", "subtype": "+3v3"}
"+5v": {"name": "5v", "type": "power", "subtype": "+5v"},
"+3v3": {"name": "3v3", "type": "power", "subtype": "+3v3"}
}
}

0 comments on commit 9b0cded

Please sign in to comment.