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:
tmk 2023-06-13 10:02:43 +09:00
parent e94fd4ba2a
commit 5667044277

View file

@ -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]");