mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-12-28 05:29:51 +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++) {
|
for (byte i=0; i<ROWS; i++) {
|
||||||
pinMode(rowsPins[i], INPUT_PULLUP);
|
pinMode(rowsPins[i], INPUT_PULLUP);
|
||||||
}
|
}
|
||||||
keypad.setDebounceTime(10);
|
keypad.setDebounceTime(5);
|
||||||
|
|
||||||
leftShiftPressed = false;
|
leftShiftPressed = false;
|
||||||
rightShiftPressed = false;
|
rightShiftPressed = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user