mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Don't expect an ACK after identifying.
This commit is contained in:
parent
5967ad0865
commit
09a61cf1a7
@ -47,7 +47,7 @@ struct Keyboard {
|
||||
switch(input) {
|
||||
case RQID: // Post keyboard ID.
|
||||
serial_.output(KeyboardParty, 0x81); // Declare this to be a UK keyboard.
|
||||
phase_ = Phase::ExpectingACK;
|
||||
phase_ = Phase::Idle;
|
||||
break;
|
||||
|
||||
case PRST: // "1-byte command, does nothing."
|
||||
|
Loading…
x
Reference in New Issue
Block a user