diff options
Diffstat (limited to 'tmk_core/protocol/ps2_mouse.c')
| -rw-r--r-- | tmk_core/protocol/ps2_mouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/ps2_mouse.c b/tmk_core/protocol/ps2_mouse.c index 04c15dd4f..af971dd49 100644 --- a/tmk_core/protocol/ps2_mouse.c +++ b/tmk_core/protocol/ps2_mouse.c | |||
| @@ -88,7 +88,7 @@ static inline void ps2_mouse_scroll_button_task(report_mouse_t *mouse_report); | |||
| 88 | void ps2_mouse_init(void) { | 88 | void ps2_mouse_init(void) { |
| 89 | ps2_host_init(); | 89 | ps2_host_init(); |
| 90 | 90 | ||
| 91 | _delay_ms(1000); // wait for powering up | 91 | _delay_ms(PS2_MOUSE_INIT_DELAY); // wait for powering up |
| 92 | 92 | ||
| 93 | PS2_MOUSE_SEND(PS2_MOUSE_RESET, "ps2_mouse_init: sending reset"); | 93 | PS2_MOUSE_SEND(PS2_MOUSE_RESET, "ps2_mouse_init: sending reset"); |
| 94 | 94 | ||
