ergogen/config/regular.yaml

109 lines
2.4 KiB
YAML
Raw Normal View History

2020-05-30 15:17:53 +02:00
zones:
matrix:
anchor:
angle: 5
columns:
- name: pinky
rotate: -5
origin: [7, -7]
2020-06-03 22:16:45 +02:00
rows:
- bind_x:
- bind_x: right
- bind_x: right
2020-05-30 15:17:53 +02:00
- name: ring
stagger: 12
2020-06-03 22:16:45 +02:00
rows:
- bind_x: left
2020-06-06 23:07:14 +02:00
- bind_x: right
2020-06-03 22:16:45 +02:00
- bind_x: right
2020-05-30 15:17:53 +02:00
- name: middle
stagger: 5
2020-06-03 22:16:45 +02:00
rows:
- bind_x: both
- bind_x: both
- bind_x:
2020-05-30 15:17:53 +02:00
- name: index
stagger: -6
2020-06-03 22:16:45 +02:00
rows:
- bind_x: right
- bind_x: left
- bind_x: left
2020-05-30 15:17:53 +02:00
- name: inner
stagger: -2
2020-06-03 22:16:45 +02:00
rows:
- bind_x:
- bind_x: left
- bind_x: left
2020-05-30 15:17:53 +02:00
rows:
- name: bottom
2020-06-03 22:16:45 +02:00
bind_y: up
2020-05-30 15:17:53 +02:00
- name: home
2020-06-03 22:16:45 +02:00
bind_y: up
2020-05-30 15:17:53 +02:00
- name: top
thumbfan:
anchor:
2020-05-28 22:18:41 +02:00
ref: inner_bottom
2020-05-29 22:35:49 +02:00
shift: [-7, -19]
2020-05-30 15:17:53 +02:00
columns:
- name: near
column_wire: ring
padding: 21.25
rotate: -28
origin: [9.5, -9]
2020-06-03 22:16:45 +02:00
rows:
- bind_x: right
2020-05-30 15:17:53 +02:00
- name: home
column_wire: middle
padding: 21.25
rotate: -28
origin: [11.75, -9]
2020-06-03 22:16:45 +02:00
rows:
- bind_x: both
2020-05-30 15:17:53 +02:00
- name: far
column_wire: index
2020-06-03 22:16:45 +02:00
rows:
- bind_x: left
2020-05-30 15:17:53 +02:00
rows:
- name: thumb
2020-06-03 22:16:45 +02:00
bind_y: up
2020-05-30 15:17:53 +02:00
angle: -20
2020-06-07 13:40:26 +02:00
mirror:
2020-05-31 20:33:23 +02:00
ref: pinky_home
2020-05-30 15:17:53 +02:00
# The mk1's origin was the bottom left corner of the bottom pinky key.
# But it later got rotated by the bottom *right* corner as the pinky angle
# and then rotated again for the inter-half angle so [0, 0] was nowhere on
# the actual result.
#
2020-05-31 20:33:23 +02:00
# Since the new origin is the center of the pinky home, we have to convert
2020-05-30 15:17:53 +02:00
# the old, round 250 width to this new coordinate system if we want backward
2020-05-31 20:33:23 +02:00
# compatibility. The following snippet was used to arrive at this distance.
2020-05-30 15:17:53 +02:00
#
2020-05-31 20:33:23 +02:00
# old_origin = new Point(7, 7 + 19)
2020-05-30 15:17:53 +02:00
# old_origin.rotate(5, [14, 0])
# old_origin.rotate(-20, [0, 0])
# new_width = 250 - (2 * old_origin.x)
2020-05-31 20:33:23 +02:00
distance: 223.7529778
outline:
2020-06-03 22:16:45 +02:00
footprint: 18
bind: 10
2020-06-02 22:59:05 +02:00
corner: 0.5
glue:
top:
left:
key: inner_top
line: top
right:
key: mirror_inner_top
line: top
bottom:
left:
key: far_thumb
line: right
right:
key: mirror_far_thumb
line: left
waypoints:
- percent: 50
width: 100
2020-06-03 22:16:45 +02:00
- percent: 90
width: 50