-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
180 lines (179 loc) · 4 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
units:
kx: cx
ky: cy
padX: kx + 2
padY: ky + 2
points:
zones:
matrix:
# Fix placement on KiCAD sheet.
anchor:
shift: [100, -100]
rotate: 8
columns:
pinky:
key:
spread: kx
splay: 8
rows:
bottom.mcu_pin: GP3
home.mcu_pin: GP10
top.mcu_pin: GP15
ring:
key:
spread: kx - 0.5
stagger: 6
splay: -8
origin: [0, -ky]
rows:
bottom.mcu_pin: GP4
home.mcu_pin: GP11
top.mcu_pin: GP26
middle:
key:
shift: [0.2, 0]
spread: kx - 0.5
stagger: ky/3
splay: -4
origin: [0, -ky]
rows:
bottom.mcu_pin: GP5
home.mcu_pin: GP12
top.mcu_pin: GP27
index:
key:
spread: kx
stagger: -ky/3
splay: -4
origin: [0, -ky]
rows:
bottom.mcu_pin: GP8
home.mcu_pin: GP13
top.mcu_pin: GP28
inner:
key:
spread: kx
stagger: -ky/6
origin: [0, -ky]
rows:
bottom.mcu_pin: GP9
home.mcu_pin: GP14
top.mcu_pin: GP29
rows:
bottom:
padding: ky
home:
padding: ky
top:
thumb:
anchor:
ref: matrix_inner_bottom
shift: [-0.9kx,-1.2ky]
columns:
tucky:
key:
spread: kx
mcu_pin: GP7
middle:
key:
spread: kx + 1.8
splay: -13
stagger: -2
mcu_pin: GP6
reachy:
key:
spread: kx
splay: -8
origin: [-9, -9.5]
mcu_pin: GP2
rows:
only:
padding: ky
outlines:
keys:
- what: rectangle
where: true
size: [kx-0.5, ky-0.5]
board:
- what: polygon
operation: stack
points:
- ref: matrix_pinky_top
shift: [-0.46padX,0.45padY]
- ref: matrix_ring_top
shift: [-9,0.45padY]
- ref: matrix_middle_top
shift: [-0.44padX,0.45padY]
- ref: matrix_middle_top
shift: [0.44padX,0.45padY]
- ref: matrix_inner_top
shift: [1.57padX,0.25padY]
- ref: matrix_inner_home
shift: [1.57padX, -padY]
- ref: matrix_inner_home
shift: [0.8padX, -padY]
- ref: thumb_middle_only
shift: [0.52padX,0.5padY]
- ref: thumb_reachy_only
shift: [0.465padX, 0.465padY]
- ref: thumb_reachy_only
shift: [0.465padX,-0.465padY]
- ref: thumb_middle_only
shift: [0.45padX, -0.45padY]
- ref: thumb_middle_only
shift: [-0.46padX, -0.47padY]
- ref: thumb_tucky_only
shift: [-0.45padX,-0.455padY]
- ref: matrix_pinky_bottom
shift: [-0.46padX,-0.9padY]
fillet: 2
combo:
- name: board
- operation: subtract
name: keys
pcbs:
mini:
outlines:
main:
outline: board
footprints:
choc_hotswap:
what: choc
where: true
params:
keycaps: true
reverse: true
hotswap: true
from: "{{mcu_pin}}"
to: GND
choc:
what: choc
where: true
adjust:
rotate: 180
params:
keycaps: true
reverse: true
from: "{{mcu_pin}}"
to: GND
trrs:
what: trrs
where:
ref: matrix_inner_home
shift: [1.47padX,-0.9padY]
rotate: -90
params:
reverse: true
symmetric: true
A: GND
B: GND
C: P3V3
D: GP1
mcu:
what: rp2040zero
where:
ref: matrix_inner_top
shift: [0.5padX, -1padY]
params:
reverse: true
GND: GND