mirror of
https://github.com/dnlbauer/corax-keyboard.git
synced 2026-09-10 21:25:29 +00:00
work on button placement
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
units:
|
units:
|
||||||
kx: cx
|
kx: cx
|
||||||
ky: cy
|
ky: cy
|
||||||
px: kx+2
|
padding: 2
|
||||||
py: ky+2
|
px: kx+padding
|
||||||
|
py: ky+padding
|
||||||
points:
|
points:
|
||||||
zones:
|
zones:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -45,15 +46,15 @@ points:
|
|||||||
spread: 1kx
|
spread: 1kx
|
||||||
anchor:
|
anchor:
|
||||||
ref: matrix_inner_mod
|
ref: matrix_inner_mod
|
||||||
shift: [2.5, -3]
|
shift: [3, -5]
|
||||||
columns:
|
columns:
|
||||||
layer:
|
layer:
|
||||||
key.splay: -15
|
key.splay: -25
|
||||||
space:
|
space:
|
||||||
key:
|
key:
|
||||||
width: 1.5kx
|
width: 1.5kx
|
||||||
splay: 75
|
splay: -100
|
||||||
shift: [2.5, -2.5]
|
shift: [-2, 3]
|
||||||
rows:
|
rows:
|
||||||
cluster:
|
cluster:
|
||||||
rotate: 8
|
rotate: 8
|
||||||
@@ -66,11 +67,11 @@ outlines:
|
|||||||
- what: rectangle
|
- what: rectangle
|
||||||
where: true
|
where: true
|
||||||
bound: true
|
bound: true
|
||||||
size: [px, py]
|
size: [px+1, py+1]
|
||||||
board:
|
board:
|
||||||
- what: polygon
|
- what: polygon
|
||||||
operation: stack
|
operation: stack
|
||||||
fillet: 2
|
# fillet: 2
|
||||||
points:
|
points:
|
||||||
- ref: matrix_outer2_home
|
- ref: matrix_outer2_home
|
||||||
shift: [-0.5px, -0.5py]
|
shift: [-0.5px, -0.5py]
|
||||||
@@ -85,13 +86,13 @@ outlines:
|
|||||||
- ref: matrix_middle_num
|
- ref: matrix_middle_num
|
||||||
shift: [-0.5px, 0.5py]
|
shift: [-0.5px, 0.5py]
|
||||||
- ref: matrix_middle_num
|
- ref: matrix_middle_num
|
||||||
shift: [0.5px, 0.5py]
|
shift: [0.5px+2px+21, 0.5py]
|
||||||
- ref: matrix_middle_num
|
- ref: matrix_inner_bottom
|
||||||
shift: [3.9px, 0.5py]
|
shift: [0.5px+2padding+21, -0.5py]
|
||||||
- ref: thumbs_space_cluster
|
- ref: thumbs_space_cluster
|
||||||
shift: [0.75px, -0.75py]
|
shift: [-0.75px+padding, 0.5py+padding]
|
||||||
- ref: thumbs_space_cluster
|
- ref: thumbs_space_cluster
|
||||||
shift: [-0.75px, -0.5py]
|
shift: [0.75px+padding, 0.5py+padding]
|
||||||
- ref: matrix_index_mod
|
- ref: matrix_index_mod
|
||||||
shift: [0, -0.5py]
|
shift: [0, -0.5py]
|
||||||
- ref: matrix_ring_mod
|
- ref: matrix_ring_mod
|
||||||
|
|||||||
Reference in New Issue
Block a user