Skip to content

Commit aecca88

Browse files
committed
disabled macro button (for now)
1 parent 473c360 commit aecca88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,8 @@ def cb_foot(self, data, timestamp):
793793
self.velocity_curve_ = low + val2 * (high - low)
794794

795795
def is_macro_button(self, x, y):
796-
return x == 0 and y == 0
796+
return False
797+
# return x == 0 and y == 0
797798

798799
def macro(self, x, y, val):
799800
if x == 0 and y == 0:

0 commit comments

Comments
 (0)