commented-out testing register for M705

This commit is contained in:
Daniel Pavel 2012-12-14 16:57:10 +02:00
parent cc6c0ee7df
commit e43e92f2b0
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ _D('Touch Mouse M600')
_D('Marathon Mouse M705',
settings=[
_register_smooth_scroll(0x01, true_value=0x40, mask=0x40),
_register_dpi(0x63, _NamedInts.range(9, 11, lambda x: '_' + str(x * 100))),
# _register_dpi(0x63, _NamedInts.range(9, 11, lambda x: '_' + str(x * 100))),
],
)
_D('Wireless Keyboard K230')