mirror switches and place diodes

This commit is contained in:
daniel
2023-07-09 20:05:07 +02:00
parent ed1f2b01e0
commit 91d8f22868

View File

@@ -191,7 +191,7 @@ pcbs:
where: [switch, switch_space] where: [switch, switch_space]
params: params:
keycaps: true keycaps: true
reverse: false reverse: true
hotswap: true hotswap: true
from: "{{column_net}}" from: "{{column_net}}"
to: "{{colrow}}" to: "{{colrow}}"
@@ -204,9 +204,8 @@ pcbs:
from: "{{colrow}}" from: "{{colrow}}"
to: "{{row_net}}" to: "{{row_net}}"
adjust: adjust:
rotate: -90 rotate: 0
# 8.275 is the exact pad pos. shift: [2.5, -9]
shift: [-8.275, 1]
diode_space: diode_space:
what: diode what: diode
where: [switch_space] where: [switch_space]
@@ -214,9 +213,9 @@ pcbs:
from: "{{colrow}}" from: "{{colrow}}"
to: "{{row_net}}" to: "{{row_net}}"
adjust: adjust:
rotate: 180 rotate: -90
# 8.275 is the exact pad pos. # 8.275 is exactly above the pad
shift: [0, 8.275] shift: [-8.275, 1]
scrollwheel: scrollwheel:
what: scrollwheel what: scrollwheel
where: [scrollwheel] where: [scrollwheel]