Skip to content

Commit 939f46c

Browse files
TheRogueZetaTheRogueZeta
authored andcommitted
G Pro Wired are only 1 zone devices
1 parent a146904 commit 939f46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controllers/LogitechController/LogitechControllerDetect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ void DetectLogitechMouseG502PS(hid_device_info* info, const std::string& name)
448448

449449
void DetectLogitechMouseGPRO(hid_device_info* info, const std::string& name)
450450
{
451-
addLogitechLightsyncMouse2zone(info, name, 0x01, 0x07, 0x3C);
451+
addLogitechLightsyncMouse1zone(info, name, 0xFF, 0x0E, 0x3C);
452452
}
453453

454454
/*-----------------------------------------------------*\

0 commit comments

Comments
 (0)