revert debounce time

This commit is contained in:
Jorj Bauer 2021-01-20 20:54:39 -05:00
parent c41e497471
commit 46e83eb424
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ TeensyKeyboard::TeensyKeyboard(VMKeyboard *k) : PhysicalKeyboard(k)
for (byte i=0; i<ROWS; i++) {
pinMode(rowsPins[i], INPUT_PULLUP);
}
keypad.setDebounceTime(10);
keypad.setDebounceTime(5);
leftShiftPressed = false;
rightShiftPressed = false;