summaryrefslogtreecommitdiff
path: root/src/generate_configuration.py
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-08-20 16:56:35 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-08-20 16:56:35 -0400
commitb9c0013ea9dd83aaa83c994b0a572ace64d75c72 (patch)
treefac728afa63bc76be35456afd0153091ed03750f /src/generate_configuration.py
parent338510f9857da2f1949550c28209af280c13965e (diff)
Now supports trackball in wall and in a cluster. An unlikely config, but it simplifies construction by removing the setting interdependency.
Diffstat (limited to 'src/generate_configuration.py')
-rw-r--r--src/generate_configuration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generate_configuration.py b/src/generate_configuration.py
index cb6891e..373c3eb 100644
--- a/src/generate_configuration.py
+++ b/src/generate_configuration.py
@@ -45,7 +45,7 @@ shape_config = {
# THUMB PARAMETERS
##############################
# 'DEFAULT' 6-key, 'MINI' 5-key, 'CARBONFET' 6-key, 'MINIDOX' 3-key, 'TRACKBALL_ORBYL', 'TRACKBALL_CJ'
- 'thumb_style': 'MINIDOX',
+ 'thumb_style': 'TRACKBALL_ORBYL',
'default_1U_cluster': True, # only used with default, makes top right thumb cluster key 1U
# Thumb key size. May need slight oversizing, check w/ caps. Additional spacing will be automatically added for larger keys.
'minidox_Usize': 1.6,