From c2a549c1144b3626d23de0041700dec86750a1c3 Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Fri, 28 Jun 2013 17:09:05 +0200 Subject: [PATCH] the K800 also has 3 leds, use them to indicate battery charge --- lib/logitech/unifying_receiver/descriptors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logitech/unifying_receiver/descriptors.py b/lib/logitech/unifying_receiver/descriptors.py index 5d661b2f..3b22391c 100644 --- a/lib/logitech/unifying_receiver/descriptors.py +++ b/lib/logitech/unifying_receiver/descriptors.py @@ -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(), ],