mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-12-27 14:30:22 +00:00
revert debounce time
This commit is contained in:
parent
c41e497471
commit
46e83eb424
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user