From f94209c3a0c065eb3af5ff0a75f8ffc6dbd0223f Mon Sep 17 00:00:00 2001 From: Joshua Shreve Date: Sun, 22 Aug 2021 11:35:37 -0400 Subject: Fixed docker directories in batch file. Added note for when run_config is used vs. configuration argument. --- src/dactyl_manuform.py | 1 + src/run_config.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/dactyl_manuform.py b/src/dactyl_manuform.py index 8156ca6..a04a291 100644 --- a/src/dactyl_manuform.py +++ b/src/dactyl_manuform.py @@ -25,6 +25,7 @@ for item in cfg.shape_config: locals()[item] = cfg.shape_config[item] if len(sys.argv) <= 1: + print("NO CONFIGURATION SPECIFIED, USING run_config.json") with open(os.path.join(r".", 'run_config.json'), mode='r') as fid: data = json.load(fid) diff --git a/src/run_config.json b/src/run_config.json index 3679941..2b68e88 100644 --- a/src/run_config.json +++ b/src/run_config.json @@ -4,8 +4,8 @@ "config_name": "DM", "show_caps": true, "show_pcbs": false, - "nrows": 5, - "ncols": 6, + "nrows": 4, + "ncols": 5, "alpha": 0.26179916666666664, "beta": 0.08726638888888888, "centercol": 3, @@ -20,7 +20,7 @@ 7 ], "keyboard_z_offset": 11, - "thumb_style": "DEFAULT", + "thumb_style": "TRACKBALL_CJ", "default_1U_cluster": true, "minidox_Usize": 1.6, "thumb_plate_tr_rotation": 0.0, -- cgit v1.2.3