summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-07-26 21:58:22 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-07-26 21:58:22 -0400
commit64154308a15f580db3b2455ce41c3c692e06a256 (patch)
tree70c15cbf86edf5a6c2b0602a929e60299247d4e1 /src
parent5ec7c0f12e92c46997f961ede227f44de2c5bee2 (diff)
Added config notes around "MINIDOX" cluster.
Diffstat (limited to 'src')
-rw-r--r--src/generate_configuration.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/generate_configuration.py b/src/generate_configuration.py
index 5c08b15..506aac0 100644
--- a/src/generate_configuration.py
+++ b/src/generate_configuration.py
@@ -18,7 +18,7 @@ shape_config = {
'save_dir': '.',
'config_name': "DM",
- 'show_caps': True,
+ 'show_caps': False,
'nrows': 5, #5, # key rows
'ncols': 6, #6, # key columns
@@ -43,7 +43,7 @@ shape_config = {
##############################
# THUMB PARAMETERS
##############################
- 'thumb_style': 'DEFAULT', # 'DEFAULT', 'MINI', 'CARBONFET'
+ '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
# 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.
@@ -102,7 +102,8 @@ 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_NUB',
+ # 'plate_style': 'HS_NOTCH',
'hole_keyswitch_height': 14.0,
'hole_keyswitch_width': 14.0,