mirror of
https://github.com/dnlbauer/corax-keyboard.git
synced 2026-09-11 05:35:29 +00:00
Squashed commit of the following:
commitbb18cddcc8Author: daniel <github@dbauer.me> Date: Sat Aug 5 11:43:33 2023 +0200 update gerbers commitdf5ee882deAuthor: daniel <github@dbauer.me> Date: Sat Aug 5 11:43:15 2023 +0200 pcb render commit14c23b0fa8Author: daniel <github@dbauer.me> Date: Sat Aug 5 11:34:24 2023 +0200 add icon svg commit6ec17faa04Author: daniel <github@dbauer.me> Date: Sat Aug 5 11:31:08 2023 +0200 Update README.md commitb65a183fe3Author: daniel <github@dbauer.me> Date: Sat Aug 5 11:30:20 2023 +0200 routed rev 1.1 commit9ce5d4ee41Author: daniel <github@dbauer.me> Date: Sat Aug 5 09:46:20 2023 +0200 add rev and order number to ergogen config commitc0575a7352Author: daniel <github@dbauer.me> Date: Sat Aug 5 08:56:18 2023 +0200 make text on pcb better readable commit03692059b5Author: daniel <github@dbauer.me> Date: Sat Aug 5 08:44:04 2023 +0200 fix mcu labels commit6edd65c0c5Author: daniel <github@dbauer.me> Date: Sat Aug 5 08:34:36 2023 +0200 incr. diode to socket distance
This commit is contained in:
@@ -296,7 +296,7 @@ pcbs:
|
||||
to: "{{row_net}}"
|
||||
adjust:
|
||||
rotate: 0
|
||||
shift: [0, -9]
|
||||
shift: [0, -9.5]
|
||||
diode_top:
|
||||
what: diode
|
||||
where: [switch_top]
|
||||
@@ -305,7 +305,7 @@ pcbs:
|
||||
to: "{{row_net}}"
|
||||
adjust:
|
||||
rotate: 0
|
||||
shift: [0, 5.7]
|
||||
shift: [0, 5.2]
|
||||
diode_space:
|
||||
what: diode
|
||||
where: [switch_space]
|
||||
@@ -669,7 +669,7 @@ pcbs:
|
||||
text: "Left Hand Front"
|
||||
side: F
|
||||
knockout: true
|
||||
fontsize: 1.4
|
||||
fontsize: 1.6
|
||||
adjust:
|
||||
shift: [0, 4]
|
||||
rotate: 90
|
||||
@@ -680,10 +680,36 @@ pcbs:
|
||||
text: "Right Hand Front"
|
||||
side: B
|
||||
knockout: true
|
||||
fontsize: 1.4
|
||||
fontsize: 1.6
|
||||
adjust:
|
||||
rotate: 90
|
||||
shift: [0, 4]
|
||||
order_number_text:
|
||||
what: text
|
||||
where: [switch_space]
|
||||
params:
|
||||
side: B
|
||||
text: "JLCJLCJLCJLC"
|
||||
adjust:
|
||||
rotate: 10
|
||||
shift: [-9.5, 10]
|
||||
name_text:
|
||||
what: text
|
||||
where: matrix_middle_mod
|
||||
params:
|
||||
text: "Corax56 rev. 1.1"
|
||||
adjust:
|
||||
rotate: 82
|
||||
shift: [-9, -11]
|
||||
name_text_right:
|
||||
what: text
|
||||
where: matrix_middle_mod
|
||||
params:
|
||||
side: B
|
||||
text: "Corax56 rev. 1.1"
|
||||
adjust:
|
||||
rotate: 82
|
||||
shift: [-9, -11]
|
||||
switchplate:
|
||||
outlines.main.outline: switchplate
|
||||
footprints:
|
||||
|
||||
Reference in New Issue
Block a user