Support logitech g pro x superlight

The title speaks for itself: Add support for the g pro x superlight.
This commit is contained in:
Robert Birkelbach 2021-06-08 16:44:09 +02:00 committed by Peter F. Patel-Schneider
parent 67dbe5f4c8
commit d172d27408
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,7 @@ LIGHTSPEED_RECEIVER_C53f = _lightspeed_receiver(0xc53f)
LIGHTSPEED_RECEIVER_C53d = _lightspeed_receiver(0xc53d) LIGHTSPEED_RECEIVER_C53d = _lightspeed_receiver(0xc53d)
LIGHTSPEED_RECEIVER_C545 = _lightspeed_receiver(0xc545) LIGHTSPEED_RECEIVER_C545 = _lightspeed_receiver(0xc545)
LIGHTSPEED_RECEIVER_C541 = _lightspeed_receiver(0xc541) LIGHTSPEED_RECEIVER_C541 = _lightspeed_receiver(0xc541)
LIGHTSPEED_RECEIVER_C547 = _lightspeed_receiver(0xc547)
ALL = ( ALL = (
UNIFYING_RECEIVER_C52B, UNIFYING_RECEIVER_C52B,
@ -173,6 +174,7 @@ ALL = (
LIGHTSPEED_RECEIVER_C53d, LIGHTSPEED_RECEIVER_C53d,
LIGHTSPEED_RECEIVER_C545, LIGHTSPEED_RECEIVER_C545,
LIGHTSPEED_RECEIVER_C541, LIGHTSPEED_RECEIVER_C541,
LIGHTSPEED_RECEIVER_C547,
) )
_wired_device = lambda product_id, interface: { _wired_device = lambda product_id, interface: {