We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bd2ae commit aca401dCopy full SHA for aca401d
crates/control/src/button_filter.rs
@@ -71,7 +71,8 @@ impl ButtonFilter {
71
calibration_buttons_timeout,
72
);
73
74
- let animation_buttons_touched = touch_sensors.head_rear;
+ let animation_buttons_touched =
75
+ touch_sensors.head_rear && !touch_sensors.head_middle && !touch_sensors.head_front;
76
77
let debounced_animation_buttons_touched = self.debounced_animation_button.debounce_button(
78
animation_buttons_touched,
0 commit comments