summaryrefslogtreecommitdiff
path: root/src/generate_configuration.py
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-07-27 21:46:59 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-07-27 21:46:59 -0400
commitc1e9bf8573c0b6ba063e3d1c51a9923207a57530 (patch)
tree0913d01cb1c490ab0af65d7acfe6940e7e49022e /src/generate_configuration.py
parent9468cb7e1eb22a2c3526c195301d4b007d4709f7 (diff)
Added arbitrary size for minidox 3-key cluster. May convert other clusters for the adjustable larger key shape, but no need at the moment.
Diffstat (limited to 'src/generate_configuration.py')
-rw-r--r--src/generate_configuration.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/generate_configuration.py b/src/generate_configuration.py
index 506aac0..56198dd 100644
--- a/src/generate_configuration.py
+++ b/src/generate_configuration.py
@@ -18,7 +18,7 @@ shape_config = {
'save_dir': '.',
'config_name': "DM",
- 'show_caps': False,
+ 'show_caps': True,
'nrows': 5, #5, # key rows
'ncols': 6, #6, # key columns
@@ -45,6 +45,7 @@ shape_config = {
##############################
'thumb_style': 'MINIDOX', # 'DEFAULT' 6-key, 'MINI' 5-key, 'CARBONFET' 6-key, 'MINIDOX' 3-key
'default_1U_cluster': True, # only used with default, makes top right thumb cluster key 1U
+ 'minidox_Usize': 1.2, # Thumb key size. May need slight oversizing, check w/ caps. If over 1.5 need to shift thumb offsets y value.
# Thumb plate rotations, anything other than 90 degree increments WILL NOT WORK.
'thumb_plate_tr_rotation': 0.0, # Top right plate rotation tweaks as thumb cluster is crowded for hot swap, etc.
'thumb_plate_tl_rotation': 0.0, # Top left plate rotation tweaks as thumb cluster is crowded for hot swap, etc.
@@ -116,7 +117,7 @@ shape_config = {
'notch_width': 5.0, # If using notch, it is identical to undecut, but only locally by the switch clip
'sa_profile_key_height': 12.7,
- 'sa_length': 18.25,
+ 'sa_length': 18.5,
'sa_double_length': 37.5,
'plate_thickness': 4+1.1,