50msec is a bit steep

This commit is contained in:
Thomas Göttgens 2024-03-26 00:23:58 +01:00
parent a4efa30799
commit 37684294eb

View File

@ -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
}