Add MX Master settings
Add the same settings to the logitech MX Master as the one from the MX Master 2 (scroll wheel DPI, smart scoll sensitivity).
This commit is contained in:
parent
087a5d2c42
commit
8bac8d68f4
|
@ -316,7 +316,12 @@ _D('Performance Mouse MX', codename='Performance MX', protocol=1.0, wpid='101A',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
_D('Wireless Mouse MX Master', codename='MX Master', protocol=4.5, wpid='4041')
|
_D('Wireless Mouse MX Master', codename='MX Master', protocol=4.5, wpid='4041',
|
||||||
|
settings=[
|
||||||
|
_FS.hires_smooth_invert(),
|
||||||
|
_FS.hires_smooth_resolution(),
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
_D('Wireless Mouse MX Master 2S', codename='MX Master 2S', protocol=4.5,wpid='4069',
|
_D('Wireless Mouse MX Master 2S', codename='MX Master 2S', protocol=4.5,wpid='4069',
|
||||||
settings=[
|
settings=[
|
||||||
|
|
Loading…
Reference in New Issue