From 5b80f1b2d94e8cd0136e322e0e87313d74f441be Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Wed, 10 May 2023 13:41:22 -0400 Subject: [PATCH] Add diodes --- input/config.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/input/config.yaml b/input/config.yaml index 9263884..6956f25 100644 --- a/input/config.yaml +++ b/input/config.yaml @@ -309,4 +309,14 @@ pcbs: hotswap: true keycaps: false from: "{{column_net}}" - to: "{{colrow}}" \ No newline at end of file + to: "{{colrow}}" + + diodes: + what: sod-123w + where: [key] + params: + from: "{{colrow}}" + to: "{{row_net}}" + adjust: + shift: [0.5 kcow + 0.5, -3.5] + rotate: 90 \ No newline at end of file