Skip to content

Commit

Permalink
Split diode position on F and B layers
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide committed Sep 26, 2023
1 parent faf4d96 commit fb91026
Show file tree
Hide file tree
Showing 21 changed files with 3,575 additions and 3,390 deletions.
20 changes: 18 additions & 2 deletions ergogen/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,25 @@ pcbs:
from: "{{colrow}}"
to: "{{row_net}}"
include_tht: false
reversible: true
reversible: false
side: B
adjust:
# shift: [0.5 kcow + 0.627, vertical_diode_shift]
shift: [7,1.325]
rotate: 90 + diode_rotation

diodes_f:
what: combo_diode
where: /key/
params:
from: "{{colrow}}"
to: "{{row_net}}"
include_tht: false
reversible: false
side: F
adjust:
shift: [0.5 kcow + 0.627, vertical_diode_shift]
# shift: [0.5 kcow + 0.627, vertical_diode_shift]
shift: [-7,1.325]
rotate: 90 + diode_rotation

per_key_leds:
Expand Down
Binary file modified ergogen/output/gerbers/backplate.zip
Binary file not shown.
Binary file modified ergogen/output/gerbers/controller_overlay.zip
Binary file not shown.
Binary file removed ergogen/output/gerbers/corney_island.zip
Binary file not shown.
Binary file added ergogen/output/gerbers/corney_island_routed.zip
Binary file not shown.
Binary file modified ergogen/output/gerbers/frontplate.zip
Binary file not shown.
Binary file added ergogen/output/images/backplate-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ergogen/output/images/backplate-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
158 changes: 0 additions & 158 deletions ergogen/output/images/backplate.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ergogen/output/images/controller_overlay-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 0 additions & 59 deletions ergogen/output/images/controller_overlay.svg

This file was deleted.

Binary file removed ergogen/output/images/corney_island_back.png
Binary file not shown.
Binary file removed ergogen/output/images/corney_island_front.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ergogen/output/images/frontplate-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ergogen/output/images/frontplate-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fb91026

Please sign in to comment.