pc98_usb: Add wait for startup
Some keyboards can miss 'keyboard type' command with short wait - Dboard sono1 - CMP-6D1Y7 https://geekhack.org/index.php?topic=110094.msg3164146#msg3164146
This commit is contained in:
parent
e94fd4ba2a
commit
5667044277
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ void matrix_init(void)
|
|||
|
||||
serial_init();
|
||||
|
||||
_delay_ms(50);
|
||||
_delay_ms(500);
|
||||
xprintf("\nKeyboard Type: ");
|
||||
if (pc98_is_newtype()) xprintf("[NEW]"); else xprintf("[OLD]");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue