fix: tidy up config
This commit is contained in:
parent
ee4a86249b
commit
f18173112d
1 changed files with 13 additions and 9 deletions
22
config.yaml
22
config.yaml
|
|
@ -97,7 +97,7 @@ points:
|
||||||
outlines:
|
outlines:
|
||||||
keys:
|
keys:
|
||||||
- what: rectangle
|
- what: rectangle
|
||||||
where: true
|
where: [key]
|
||||||
size: [kx, ky]
|
size: [kx, ky]
|
||||||
board:
|
board:
|
||||||
- what: polygon
|
- what: polygon
|
||||||
|
|
@ -158,8 +158,7 @@ pcbs:
|
||||||
what: choc
|
what: choc
|
||||||
where: [key]
|
where: [key]
|
||||||
params:
|
params:
|
||||||
keycaps: true
|
keycaps: false # outline on the pcb
|
||||||
#keycaps: false # outline on the pcb
|
|
||||||
reverse: true
|
reverse: true
|
||||||
hotswap: true
|
hotswap: true
|
||||||
from: "{{column_net}}"
|
from: "{{column_net}}"
|
||||||
|
|
@ -172,7 +171,6 @@ pcbs:
|
||||||
params:
|
params:
|
||||||
include_smd: true
|
include_smd: true
|
||||||
include_tht: false
|
include_tht: false
|
||||||
#include_via: false
|
|
||||||
reversible: true
|
reversible: true
|
||||||
from: "{{colrow}}"
|
from: "{{colrow}}"
|
||||||
to: "{{row_net}}"
|
to: "{{row_net}}"
|
||||||
|
|
@ -190,14 +188,15 @@ pcbs:
|
||||||
D4: "sda"
|
D4: "sda"
|
||||||
D5: "scl"
|
D5: "scl"
|
||||||
D6: "cinner"
|
D6: "cinner"
|
||||||
D7: "cindex"
|
|
||||||
D8: "cmiddle"
|
|
||||||
D9: "cring"
|
|
||||||
D10: "cpinky"
|
D10: "cpinky"
|
||||||
|
D9: "cring"
|
||||||
|
D8: "cmiddle"
|
||||||
|
D7: "cindex"
|
||||||
where:
|
where:
|
||||||
ref: matrix_inner_top
|
ref: matrix_inner_top
|
||||||
shift: [kx+2, -2]
|
shift: [kx+2, 0]
|
||||||
|
|
||||||
|
# raw battery pads, no connector
|
||||||
battery_pads:
|
battery_pads:
|
||||||
what: pads
|
what: pads
|
||||||
params:
|
params:
|
||||||
|
|
@ -211,7 +210,7 @@ pcbs:
|
||||||
ref: matrix_inner_home
|
ref: matrix_inner_home
|
||||||
shift: [kx+2, 0]
|
shift: [kx+2, 0]
|
||||||
|
|
||||||
# OLED Screen
|
# OLED screen
|
||||||
# added manually in kicad
|
# added manually in kicad
|
||||||
# uses jumpers to make it reversible
|
# uses jumpers to make it reversible
|
||||||
|
|
||||||
|
|
@ -221,7 +220,12 @@ pcbs:
|
||||||
drill: 3.6
|
drill: 3.6
|
||||||
where: [screw]
|
where: [screw]
|
||||||
|
|
||||||
|
# silkscreen
|
||||||
|
# added manually in kicad
|
||||||
|
# different graphics for front and back
|
||||||
|
|
||||||
# small custom graphics
|
# small custom graphics
|
||||||
|
# different graphics for front and back
|
||||||
phi-caps:
|
phi-caps:
|
||||||
what: phi-caps
|
what: phi-caps
|
||||||
params.scale: 0.013
|
params.scale: 0.013
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue