Add meta and preset to config.yaml
This commit is contained in:
parent
628b9ca598
commit
517213604c
|
|
@ -1,16 +1,41 @@
|
|||
vars:
|
||||
version: &kb_version 'Corney Island v0.1'
|
||||
meta:
|
||||
engine: 4.0.2
|
||||
name: corney-island
|
||||
version: 0.1
|
||||
ref: &kb_ref 'Corney Island v0.1'
|
||||
author: ceoloide
|
||||
url: https://github.com/ceoloide/corney-island
|
||||
|
||||
presets:
|
||||
# These presets provide different layout options
|
||||
# Select a preset in the `units` section below
|
||||
# Note: The appropriate switch footprint will still need to be set in the `pcb` section
|
||||
mx:
|
||||
# Key and keycap measures
|
||||
kx: u # spacing between key centers (X-axis)
|
||||
ky: u # spacing between key centers (X-axis)
|
||||
ks: 19 # horizontal space between columns (default: 19)
|
||||
kp: 19 # vertical padding between keys (deafult: 19)
|
||||
kcow: 14 # key cutout hole width (cherry: 14, choc: 13.8)
|
||||
kcoh: 14 # key cutout hole height (cherry: 14, choc: 13.8)
|
||||
keycw: 18 # keycap width (cherry: 18, choc: 17.5)
|
||||
keych: 18 # keycap height (cherry: 18, choc: 16.5)
|
||||
choc:
|
||||
# Key and keycap measures
|
||||
kx: cx # spacing between key centers (X-axis)
|
||||
ky: cy # spacing between key centers (X-axis)
|
||||
ks: 18.5 # horizontal space between columns (default: 19)
|
||||
kp: 17.5 # vertical padding between keys (deafult: 19)
|
||||
kcow: 13.8 # key cutout hole width (cherry: 14, choc: 13.8)
|
||||
kcoh: 13.8 # key cutout hole height (cherry: 14, choc: 13.8)
|
||||
keycw: 17.5 # keycap width (cherry: 18, choc: 17.5)
|
||||
keych: 16.5 # keycap height (cherry: 18, choc: 16.5)
|
||||
|
||||
units:
|
||||
# Key and keycap measures
|
||||
kx: u # spacing between key centers (X-axis)
|
||||
ky: u # spacing between key centers (X-axis)
|
||||
ks: 19 # horizontal space between columns (default: 19)
|
||||
kp: 19 # vertical padding between keys (deafult: 19)
|
||||
kcow: 14 # key cutout hole width (cherry: 14, choc: 13.8)
|
||||
kcoh: 14 # key cutout hole height (cherry: 14, choc: 13.8)
|
||||
keycw: 18 # keycap width (cherry: 18, choc: 17.5)
|
||||
keych: 18 # keycap height (cherry: 18, choc: 16.5)
|
||||
# The following statements will make the content of the preset
|
||||
# available in the units context
|
||||
$extends: presets.mx
|
||||
|
||||
hand_rotation: 0
|
||||
|
||||
# Physical measures
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 277 KiB After Width: | Height: | Size: 277 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 293 KiB After Width: | Height: | Size: 293 KiB |
|
|
@ -5,8 +5,8 @@
|
|||
(page A3)
|
||||
(title_block
|
||||
(title backplate)
|
||||
(rev v1.0.0)
|
||||
(company Unknown)
|
||||
(rev 0.1)
|
||||
(company ceoloide)
|
||||
)
|
||||
|
||||
(general
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
(page A3)
|
||||
(title_block
|
||||
(title controller_overlay)
|
||||
(rev v1.0.0)
|
||||
(company Unknown)
|
||||
(rev 0.1)
|
||||
(company ceoloide)
|
||||
)
|
||||
|
||||
(general
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
(page A3)
|
||||
(title_block
|
||||
(title corney_island)
|
||||
(rev v1.0.0)
|
||||
(company Unknown)
|
||||
(rev 0.1)
|
||||
(company ceoloide)
|
||||
)
|
||||
|
||||
(general
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
(page A3)
|
||||
(title_block
|
||||
(title corney_island)
|
||||
(rev v1.0.0)
|
||||
(company Unknown)
|
||||
(rev 0.1)
|
||||
(company ceoloide)
|
||||
)
|
||||
|
||||
(layers
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
(page A3)
|
||||
(title_block
|
||||
(title frontplate)
|
||||
(rev v1.0.0)
|
||||
(company Unknown)
|
||||
(rev 0.1)
|
||||
(company ceoloide)
|
||||
)
|
||||
|
||||
(general
|
||||
|
|
|
|||
Loading…
Reference in New Issue