mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Extend amount of time it takes keyboard to reset.
This commit is contained in:
parent
04d75a3ab8
commit
7b9cc2332e
@ -430,7 +430,7 @@ class KeyboardController {
|
||||
pic_.apply_edge<1>(false);
|
||||
[[fallthrough]];
|
||||
case Mode::Reset:
|
||||
reset_delay_ = 5; // Arbitrarily.
|
||||
reset_delay_ = 15; // Arbitrarily.
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user