fix: Replace invalid hidpp20 usage

Related #1097
This commit is contained in:
Matthias Hagmann 2024-02-28 23:12:47 +01:00 committed by Peter F. Patel-Schneider
parent c3b01bffae
commit e53b5380a3
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ _R = _hidpp10_constants.REGISTERS
_F = _hidpp20_constants.FEATURE _F = _hidpp20_constants.FEATURE
_GG = _hidpp20_constants.GESTURE _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. # Setting classes are used to control the settings that the Solaar GUI shows and manipulates.
# Each setting class has to several class variables: # Each setting class has to several class variables: