From 7746b122ed99c5e31e8334d26817e4c00ac76560 Mon Sep 17 00:00:00 2001 From: Joshua Shreve Date: Thu, 8 Jul 2021 19:48:11 -0400 Subject: Key plate screw holes and added key plate notches for snapping in switches rather than a giant undercut. --- src/run_config.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'src/run_config.json') diff --git a/src/run_config.json b/src/run_config.json index cf21a54..e1d3337 100644 --- a/src/run_config.json +++ b/src/run_config.json @@ -61,15 +61,17 @@ 17.5 ], "fixed_tenting": 0.0, - "plate_style": "UNDERCUT", + "plate_style": "NOTCH", "hole_keyswitch_height": 14.0, "hole_keyswitch_width": 14.0, "nub_keyswitch_height": 14.4, "nub_keyswitch_width": 14.4, - "undercut_keyswitch_height": 14.4, - "undercut_keyswitch_width": 14.4, + "undercut_keyswitch_height": 14.0, + "undercut_keyswitch_width": 14.0, + "notch_width": 5.0, "sa_profile_key_height": 12.7, - "plate_thickness": 4, + "plate_thickness": 5.1, + "plate_rim": 2.0, "clip_thickness": 1.4, "clip_undercut": 1.0, "undercut_transition": 0.2, @@ -173,6 +175,15 @@ "base_rim_thickness": 5.0, "screw_cbore_diameter": 4.0, "screw_cbore_depth": 2.0, + "plate_holes": true, + "plate_holes_xy_offset": [ + 0.0, + 0.0 + ], + "plate_holes_width": 14.3, + "plate_holes_height": 14.3, + "plate_holes_diameter": 1.7, + "plate_holes_depth": 20.0, "column_offsets": [ [ 0, -- cgit v1.2.3-70-g09d2