From c1dc531bed89035fc0ad8f5af197a4f1927ec8fc Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 2 Jul 2023 09:32:11 +0200 Subject: [PATCH] increase mcu pcu padding --- ergogen/config.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ergogen/config.yaml b/ergogen/config.yaml index 5857222..26923cb 100644 --- a/ergogen/config.yaml +++ b/ergogen/config.yaml @@ -128,7 +128,7 @@ points: width: mcu_height # footprint width/height unintuitive height: mcu_width rotate: -90 - shift: [kx+mcu_padding, -mcu_width/2+0.5] + shift: [kx+mcu_padding, -mcu_width/2-0.3] outlines: keys: - what: rectangle @@ -166,9 +166,11 @@ outlines: - ref: matrix_inner_num shift: [0.5px, 0.5py] - ref: matrix_inner_num - shift: [0.5px+mcu_padding+mcu_width-0.9, 0.5py] + #shift: [0.5px+mcu_padding+mcu_width-0.9, 0.5py] + shift: [0.5px+mcu_padding+mcu_width, 0.5py] - ref: matrix_inner_bottom - shift: [0.5px+mcu_padding+mcu_width-0.9, -0.5py] + #shift: [0.5px+mcu_padding+mcu_width-0.9, -0.5py] + shift: [0.5px+mcu_padding+mcu_width, -0.5py] - ref: thumbs_space_cluster shift: [0.5px, -0.5py] - ref: thumbs_space_cluster