diff --git a/chrysemys/chrysemys.yaml b/chrysemys/chrysemys.yaml index e52d8c8..cc17de9 100644 --- a/chrysemys/chrysemys.yaml +++ b/chrysemys/chrysemys.yaml @@ -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]