Find Your Mouse's PID and VID
Before editing the boards.txt
file, you need to find your mouse's Product ID (PID) and Vendor ID (VID).
Follow these steps:
- Open the Control Panel.
- Navigate to Device Manager.
- Find your USB mouse device in the list.
- Double-click on the device or right-click and select Properties.
- Go to the Details tab.
- From the dropdown, select Hardware Ids.
- Look for a string that looks like
USB\VID_XXXX&PID_YYYY
.XXXX
is your VIDYYYY
is your PID
Make note of these values, as you'll need them in the next step.