forked from mirrors/qmk_userspace
refactor keyboard.h, host.h
This commit is contained in:
parent
acc974c64b
commit
2b8cd88ab1
21 changed files with 522 additions and 360 deletions
|
@ -50,6 +50,8 @@ uint8_t ps2_mouse_init(void) {
|
|||
|
||||
if (!ps2_mouse_enable) return 1;
|
||||
|
||||
ps2_host_init();
|
||||
|
||||
// Reset
|
||||
rcv = ps2_host_send(0xFF);
|
||||
print("ps2_mouse_init: send 0xFF: ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue