From df004984a0e61c49a5c1e5a3980f20ed85e84764 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 31 Jan 2024 21:44:31 +0100 Subject: [PATCH] Add proper 1.5u thumb size --- ergogen.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ergogen.yml b/ergogen.yml index 3cabbcc..6d413fb 100644 --- a/ergogen.yml +++ b/ergogen.yml @@ -53,11 +53,19 @@ outlines: where: true bound: true size: [px, py] + - what: rectangle + where: thumb_right + bound: true + size: [px,py*1.5] keys: - what: rectangle where: true bound: false size: [kx-0.5,ky-0.5] + - what: rectangle + where: thumb_right + bound: false + size: [kx-0.5,ky*1.5-0.5] board: - what: polygon operation: stack @@ -75,9 +83,9 @@ outlines: - ref: matrix_inner_home shift: [0.5px,0.5py] - ref: thumb_right - shift: [0.5px,0.5py] + shift: [0.5px,0.75py] - ref: thumb_right - shift: [0.5px,-0.5py] + shift: [0.5px,-0.75py] - ref: thumb_left shift: [-0.5px,-0.5py] - ref: matrix_pinky_bottom