From e53b5380a3c861c9fbf126f6a6f75794b3b77864 Mon Sep 17 00:00:00 2001 From: Matthias Hagmann <16444067+MattHag@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:12:47 +0100 Subject: [PATCH] fix: Replace invalid hidpp20 usage Related #1097 --- lib/logitech_receiver/settings_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logitech_receiver/settings_templates.py b/lib/logitech_receiver/settings_templates.py index fdbf50e6..9e0ff9f4 100644 --- a/lib/logitech_receiver/settings_templates.py +++ b/lib/logitech_receiver/settings_templates.py @@ -65,7 +65,7 @@ _R = _hidpp10_constants.REGISTERS _F = _hidpp20_constants.FEATURE _GG = _hidpp20_constants.GESTURE -_GP = _hidpp20.PARAM +_GP = _hidpp20_constants.PARAM # Setting classes are used to control the settings that the Solaar GUI shows and manipulates. # Each setting class has to several class variables: