Skip to content

Commit

Permalink
More YAML anchoring.
Browse files Browse the repository at this point in the history
Non-efficacious structural changes to concertina/base.yaml to make it
easier to adapt the design for e.g. Kailh switches.
  • Loading branch information
veikman committed Jan 23, 2022
1 parent dae08cc commit 860ecdf
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions config/concertina/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#
# This version uses only printable dmote-keycap caps and ALPS-style switches.
# The keys are arranged so tightly in places that other types of caps and
# switches should be expected to require adjustment of the keyboard design.
# switches should be expected to require adjustment of the keyboard design;
# see kailh.yml for an example.

keys:
styles:
Expand Down Expand Up @@ -75,10 +76,6 @@ key-clusters:
by-key:
parameters:
layout:
matrix:
separation:
row: -0.5
column: -0.2
pitch:
intrinsic: -0.1
clearance:
Expand All @@ -90,6 +87,9 @@ by-key:
matrix:
neutral:
column: 2
separation:
row: -0.5
column: -0.2
pitch:
progressive: 0.3
columns:
Expand Down Expand Up @@ -479,18 +479,13 @@ by-key:
"2":
intrinsic-offset: [0, 0, -3]
sides:
SSW:
parameters:
wall:
segments:
"2":
intrinsic-offset: [-1, 0, -6]
NNW:
SSW: &first-thumb-offset
parameters:
wall:
segments:
"2":
intrinsic-offset: [-1, 0, -6]
NNW: *first-thumb-offset
"1":
parameters:
layout:
Expand Down

0 comments on commit 860ecdf

Please sign in to comment.