logitech_receiver: add range to AdjustableDpi
This commit is contained in:
parent
ec9f1a94ea
commit
d2f44299f3
|
@ -469,6 +469,7 @@ class AdjustableDpi(_Setting):
|
||||||
description = _('Mouse movement sensitivity')
|
description = _('Mouse movement sensitivity')
|
||||||
feature = _F.ADJUSTABLE_DPI
|
feature = _F.ADJUSTABLE_DPI
|
||||||
rw_options = {'read_fnid': 0x20, 'write_fnid': 0x30}
|
rw_options = {'read_fnid': 0x20, 'write_fnid': 0x30}
|
||||||
|
choices_universe = _NamedInts.range(50, 4000, str, 50)
|
||||||
|
|
||||||
class validator_class(_ChoicesV):
|
class validator_class(_ChoicesV):
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in New Issue