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 May 6, 2024
1 parent b24bd64 commit 85d6010
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 85d6010

Please sign in to comment.