charasyn / ps2tosnes

Arduino sketch that lets you use a PS/2 mouse as a replacement SNES mouse
The Unlicense
20 stars 3 forks source link

Updated code for init PS2 Mouse #4

Open ocarmona07 opened 2 months ago

ocarmona07 commented 2 months ago

Hi, I added a part in the code to init the mouse, because I can't start the optical light of the Mouse.

void mouse_init() { mouse.write(0xff); // reset mouse.read(); mouse.read(); mouse.read(); ` mouse.write(0xf4); // enable mouse mouse.read(); /* // wheel mouse mode...`