From 5e9f8f436369c88ab0657fcdbe44f03ff3d05403 Mon Sep 17 00:00:00 2001 From: Joshua Shreve Date: Fri, 16 Jul 2021 21:25:47 -0400 Subject: Docker notes added to readme and minor conatiner name change. Changes to default config. --- src/generate_configuration.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/generate_configuration.py') diff --git a/src/generate_configuration.py b/src/generate_configuration.py index b8f86ad..c8d9fb1 100644 --- a/src/generate_configuration.py +++ b/src/generate_configuration.py @@ -37,7 +37,7 @@ shape_config = { 'thumb_offsets': [6, -3, 7], 'keyboard_z_offset': ( - 13 # controls overall height# original=9 with centercol=3# use 16 for centercol=2 + 11 # controls overall height# original=9 with centercol=3# use 16 for centercol=2 ), ############################## @@ -100,7 +100,7 @@ shape_config = { # 'HS_NUB' = hot swap underside with nubs. # 'HS_UNDERCUT' = hot swap underside with undercut. Does not generate properly. Hot swap step needs to be modified. # 'HS_NOTCH' = hot swap underside with notch. Does not generate properly. Hot swap step needs to be modified. - 'plate_style': 'HS_NOTCH', + 'plate_style': 'NOTCH', 'hole_keyswitch_height': 14.0, 'hole_keyswitch_width': 14.0, @@ -298,5 +298,5 @@ def update_config(fname, fname_out=None): if __name__ == '__main__': save_config() - # from dactyl_manuform import * - # run() \ No newline at end of file + from dactyl_manuform import * + run() \ No newline at end of file -- cgit v1.2.3