Skip to content

Commit

Permalink
50msec is a bit steep
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 committed Apr 23, 2024
1 parent 4ff27e0 commit 4c229df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/peMatrixBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ int32_t PeMatrixBase::runOnce()
}
}
}
return 50; // Keyscan every 50msec to avoid key bounce
return 100; // Keyscan every 100msec to avoid key bounce
}

0 comments on commit 4c229df

Please sign in to comment.