summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-07-16 21:25:47 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-07-16 21:25:47 -0400
commit5e9f8f436369c88ab0657fcdbe44f03ff3d05403 (patch)
tree5a4efe8b5dbfd3f2abb4213f1813011fd7d0012d /src
parentfaa55f32b84466beefd69fd74af484f1070880ab (diff)
Docker notes added to readme and minor conatiner name change. Changes to default config.
Diffstat (limited to 'src')
-rw-r--r--src/generate_configuration.py8
-rw-r--r--src/run_config.json4
2 files changed, 6 insertions, 6 deletions
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
diff --git a/src/run_config.json b/src/run_config.json
index 82583b6..1017d26 100644
--- a/src/run_config.json
+++ b/src/run_config.json
@@ -18,7 +18,7 @@
-3,
7
],
- "keyboard_z_offset": 13,
+ "keyboard_z_offset": 11,
"thumb_style": "DEFAULT",
"thumb_plate_tr_rotation": 0.0,
"thumb_plate_tl_rotation": 0.0,
@@ -68,7 +68,7 @@
17.5
],
"fixed_tenting": 0.0,
- "plate_style": "HS_NOTCH",
+ "plate_style": "NOTCH",
"hole_keyswitch_height": 14.0,
"hole_keyswitch_width": 14.0,
"nub_keyswitch_height": 14.4,