Skip to content

Commit

Permalink
Re-ordered vendor/product ID pairs for Kuando Busylight Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
JnyJny committed May 30, 2024
1 parent 08e51fe commit 5d7cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion busylight/lights/kuando/busylight_alpha.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def supported_device_ids() -> Dict[Tuple[int, int], str]:
return {
(0x04D8, 0xF848): "Busylight Alpha",
(0x27BB, 0x3BCA): "Busylight Alpha",
(0x27BB, 0x3BCE): "Busylight Alpha",
(0x27BB, 0x3BCB): "Busylight Alpha",
(0x27BB, 0x3BCE): "Busylight Alpha",
}

@staticmethod
Expand Down

0 comments on commit 5d7cafb

Please sign in to comment.