the K800 also has 3 leds, use them to indicate battery charge

This commit is contained in:
Daniel Pavel 2013-06-28 17:09:05 +02:00
parent f43e298ac7
commit c2a549c114
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ _D('Wireless Solar Keyboard K750', protocol=2.0,
],
)
_D('Wireless Illuminated Keyboard K800', protocol=1.0,
registers={'battery_charge': -0x0D, 'battery_status': 0x07},
registers={'battery_charge': -0x0D, 'battery_status': 0x07, 'leds': 0x51},
settings=[
_register_fn_swap(),
],