enable the backlight notifications on devices, if available
This commit is contained in:
parent
a857b5fc43
commit
5b94ebae34
|
|
@ -245,6 +245,7 @@ class PairedDevice(object):
|
|||
|
||||
if enable:
|
||||
set_flag_bits = ( _hidpp10.NOTIFICATION_FLAG.battery_status
|
||||
| _hidpp10.NOTIFICATION_FLAG.keyboard_backlight
|
||||
| _hidpp10.NOTIFICATION_FLAG.wireless
|
||||
| _hidpp10.NOTIFICATION_FLAG.software_present )
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue