From 22859c4dd015063416c8f56c055104d50d033d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 6 Jan 2026 22:05:23 -0300 Subject: [PATCH] mouse: fix quirk for Logitech G502 X PLUS --- system/mouse.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/mouse.nix b/system/mouse.nix index b5d5b16..efec37f 100644 --- a/system/mouse.nix +++ b/system/mouse.nix @@ -10,6 +10,6 @@ MatchBus=usb MatchVendor=0x046D MatchProduct=0x4099 - AttrEventCode=-REL_WHEEL_HI_RES + AttrEventCode=-REL_WHEEL_HI_RES;-REL_HWHEEL_HI_RES; ''; }