summaryrefslogtreecommitdiff
path: root/src/dactyl_manuform.py
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-08-17 21:21:10 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-08-17 21:21:10 -0400
commit6832d68703355e6f61e4174d97c5f398797b09b0 (patch)
tree39d4e465c36ec5498c3e665c8f17de3891be9523 /src/dactyl_manuform.py
parent99eee742b3fb1a4d3ae71101467791abb174215c (diff)
Name change.
Diffstat (limited to 'src/dactyl_manuform.py')
-rw-r--r--src/dactyl_manuform.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dactyl_manuform.py b/src/dactyl_manuform.py
index 4f9d6dd..fda4776 100644
--- a/src/dactyl_manuform.py
+++ b/src/dactyl_manuform.py
@@ -761,7 +761,7 @@ def thumbcaps(side='right', style_override=None):
return carbonfet_thumbcaps()
elif "TRACKBALL" in _thumb_style:
if (side == ball_side or ball_side == 'both'):
- if _thumb_style == "TRACKBALL_ORBISSYL":
+ if _thumb_style == "TRACKBALL_ORBYL":
return tbjs_thumbcaps()
else:
return thumbcaps(side, style_override=other_thumb)
@@ -783,7 +783,7 @@ def thumb(side="right", style_override=None):
return carbonfet_thumb(side)
elif "TRACKBALL" in _thumb_style:
if (side == ball_side or ball_side == 'both'):
- if _thumb_style == "TRACKBALL_ORBISSYL":
+ if _thumb_style == "TRACKBALL_ORBYL":
return tbjs_thumb(side)
else:
return thumb(side, style_override=other_thumb)
@@ -805,7 +805,7 @@ def thumb_connectors(side='right', style_override=None):
return carbonfet_thumb_connectors()
elif "TRACKBALL" in _thumb_style:
if (side == ball_side or ball_side == 'both'):
- if _thumb_style == "TRACKBALL_ORBISSYL":
+ if _thumb_style == "TRACKBALL_ORBYL":
return tbjs_thumb_connectors()
else:
return thumb_connectors(side, style_override=other_thumb)
@@ -2297,7 +2297,7 @@ def thumb_walls(side='right', style_override=None):
return carbonfet_thumb_walls()
elif "TRACKBALL" in _thumb_style:
if (side == ball_side or ball_side == 'both'):
- if _thumb_style == "TRACKBALL_ORBISSYL" :
+ if _thumb_style == "TRACKBALL_ORBYL" :
return tbjs_thumb_walls()
else:
return thumb_walls(side, style_override=other_thumb)
@@ -2318,7 +2318,7 @@ def thumb_connection(side='right', style_override=None):
return carbonfet_thumb_connection(side=side)
elif "TRACKBALL" in _thumb_style:
if (side == ball_side or ball_side == 'both'):
- if _thumb_style == "TRACKBALL_ORBISSYL":
+ if _thumb_style == "TRACKBALL_ORBYL":
return tbjs_thumb_connection(side=side)
else:
return thumb_connection(side, style_override=other_thumb)
@@ -2881,7 +2881,7 @@ def generate_trackball(pos, rot):
return precut, shape, cutout, sensor, ball
def generate_trackball_in_cluster():
- if thumb_style == 'TRACKBALL_ORBISSYL':
+ if thumb_style == 'TRACKBALL_ORBYL':
pos, rot = tbjs_thumb_position_rotation()
return generate_trackball(pos, rot)