Add pads for soldering battery connnection

This commit is contained in:
Tony Grosinger 2022-04-18 19:25:53 -07:00
parent d5a7c7f0da
commit 3ab7b088b2

View File

@ -271,4 +271,32 @@ pcbs:
- matrix_inner_top
- mirror_matrix_inner_top
rotate: -90
shift: [0, -20]
shift: [0, -16]
bat_neg:
type: pad
nets:
net: GND
params:
front: true
back: false
text: "bat-"
align: "center"
anchor:
ref:
- matrix_inner_top
- mirror_matrix_inner_top
shift: [1.5, -34]
bat_pos:
type: pad
nets:
net: RAW
params:
front: true
back: false
text: "bat+"
align: "center"
anchor:
ref:
- matrix_inner_top
- mirror_matrix_inner_top
shift: [-1.5, -34]