Change USB PID for the M709
This commit is contained in:
parent
34b48cb129
commit
b5648eb7b3
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
|
||||
// usb device vars
|
||||
const uint16_t mouse_m908::_c_mouse_vid = 0x04d9;
|
||||
const uint16_t mouse_m908::_c_mouse_pid = 0xfc4d;
|
||||
// const uint16_t mouse_m908::_c_mouse_pid = 0xfc4d;
|
||||
const uint16_t mouse_m908::_c_mouse_pid = 0xfc2a; // M709!
|
||||
|
||||
//setting min and max values
|
||||
const uint8_t mouse_m908::_c_scrollspeed_min = 0x01, mouse_m908::_c_scrollspeed_max = 0x3f;
|
||||
|
|
Loading…
Reference in a new issue