summaryrefslogtreecommitdiff
path: root/src/generate_configuration.py
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-07-13 21:23:09 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-07-13 21:23:09 -0400
commit3e15f8564a959c0dbe73f2e71d1c916c62eb3aea (patch)
tree9303c3c61793136e39ed6a7f69c9d1dc229de1f2 /src/generate_configuration.py
parent34276fd65a74bf4a87d70f8650f6b3262384ef78 (diff)
updates for rotating plates on thumb cluster. Created due to crowding of hotswap and other issues.
Diffstat (limited to 'src/generate_configuration.py')
-rw-r--r--src/generate_configuration.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/generate_configuration.py b/src/generate_configuration.py
index 69fc0c8..b7344f2 100644
--- a/src/generate_configuration.py
+++ b/src/generate_configuration.py
@@ -40,8 +40,19 @@ shape_config = {
13 # controls overall height# original=9 with centercol=3# use 16 for centercol=2
),
+ ##############################
+ # THUMB PARAMETERS
+ ##############################
'thumb_style': 'DEFAULT', # 'DEFAULT', 'MINI', 'CARBONFET'
+ # 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.
+ 'thumb_plate_mr_rotation': 0.0, # Mid right plate rotation tweaks as thumb cluster is crowded for hot swap, etc.
+ 'thumb_plate_ml_rotation': 0.0, # Mid left plate rotation tweaks as thumb cluster is crowded for hot swap, etc.
+ 'thumb_plate_br_rotation': 0.0, # Bottom right plate rotation tweaks as thumb cluster is crowded for hot swap, etc.
+ 'thumb_plate_bl_rotation': 0.0, # Bottom right plate rotation tweaks as thumb cluster is crowded for hot swap, etc.
+
##############################
# EXPERIMENTAL PARAMETERS
##############################
@@ -89,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': 'NOTCH',
+ 'plate_style': 'HS_NOTCH',
'hole_keyswitch_height': 14.0,
'hole_keyswitch_width': 14.0,