From f1d086f2499640b4233e4dfbf050c4087fed6d81 Mon Sep 17 00:00:00 2001 From: Christian Lauinger Date: Fri, 30 Jan 2026 15:13:26 +0100 Subject: [PATCH] Adds support for a new G PRO X2 variant Adds a new device ID for a previously unsupported variant of the Logitech G PRO X2. --- lib/devices/logitech_gpro.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/devices/logitech_gpro.hpp b/lib/devices/logitech_gpro.hpp index a34ed18..45b28ae 100644 --- a/lib/devices/logitech_gpro.hpp +++ b/lib/devices/logitech_gpro.hpp @@ -32,7 +32,8 @@ class LogitechGPro : public protocols::HIDPPDevice { 0x0aaa, // G PRO X variant 0 0x0aba, // G PRO X variant 1 0x0afb, // G PRO X2 variant 0 - 0x0afc // G PRO X2 variant 1 + 0x0afc, // G PRO X2 variant 1 + 0x0af7 // G PRO X2 variant 2 }; }