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.
2 parents 1a77e83 + 6fac03a commit b4298f7Copy full SHA for b4298f7
src/Sequence.cpp
@@ -27,8 +27,8 @@ bool Sequence::newPress(uint32_t read_started_ms)
27
else if (_press_sequence_duration <= (read_started_ms - _first_press_time))
28
{
29
// Sequence timeout
30
- reset();
31
- return false;
+ _short_press_count = 1;
+ _first_press_time = read_started_ms;
32
}
33
34
return false;
0 commit comments