summaryrefslogtreecommitdiff
path: root/src/generate_configuration.py
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-07-27 22:00:21 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-07-27 22:00:21 -0400
commit7de5b4f23669eac7927056b5816add92150233bd (patch)
treef5d011cd0d728cec3d84c48538dd0dd4552de375 /src/generate_configuration.py
parentc1e9bf8573c0b6ba063e3d1c51a9923207a57530 (diff)
Auto-adjusting minidox cluster y-location based on key size.
Diffstat (limited to 'src/generate_configuration.py')
-rw-r--r--src/generate_configuration.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/generate_configuration.py b/src/generate_configuration.py
index 56198dd..051e2dd 100644
--- a/src/generate_configuration.py
+++ b/src/generate_configuration.py
@@ -45,7 +45,8 @@ 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.
+ 'minidox_Usize': 2, # Thumb key size. May need slight oversizing, check w/ caps. Additional spacing will be automatically added for larger keys.
+
# 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.