From b6a26f6f1f4c2d3a1ff4159f0482bd2f0e887a8a Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 31 Jan 2024 21:40:01 +0100 Subject: [PATCH] Add outlines --- ergogen.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/ergogen.yml b/ergogen.yml index b4a3637..3cabbcc 100644 --- a/ergogen.yml +++ b/ergogen.yml @@ -47,3 +47,43 @@ points: key.splay: -15 key.origin: [-0.5kx, -0.5ky] key.height: 1.5kx +outlines: + raw: + - what: rectangle + where: true + bound: true + size: [px, py] + keys: + - what: rectangle + where: true + bound: false + size: [kx-0.5,ky-0.5] + board: + - what: polygon + operation: stack + points: + - ref: matrix_pinky_home + shift: [-0.5px,0.5py] + - ref: matrix_ring_top + shift: [-0.5px,0.5py] + - ref: matrix_middle_top + shift: [-0.5px,0.5py] + - ref: matrix_middle_top + shift: [0.5px,0.5py] + - ref: matrix_index_top + shift: [0.5px,0.5py] + - ref: matrix_inner_home + shift: [0.5px,0.5py] + - ref: thumb_right + shift: [0.5px,0.5py] + - ref: thumb_right + shift: [0.5px,-0.5py] + - ref: thumb_left + shift: [-0.5px,-0.5py] + - ref: matrix_pinky_bottom + shift: [-0.5px,-0.5py] + fillet: 2 + combo: + - name: board + - operation: subtract + name: keys