Skip to content

Commit bc82380

Browse files
committed
updated device types
1 parent b2caa7e commit bc82380

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openrgb/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ class DeviceType(IntEnum):
4444
DEVICE_TYPE_MOUSE = 6
4545
DEVICE_TYPE_MOUSEMAT = 7
4646
DEVICE_TYPE_HEADSET = 8
47-
DEVICE_TYPE_UNKNOWN = 9
47+
DEVICE_TYPE_HEADSET_STAND = 9
48+
DEVICE_TYPE_UNKNOWN = 10
4849

4950

5051
class ZoneType(IntEnum):

0 commit comments

Comments
 (0)