1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 10:08:31 +00:00

15 lines
242 B
C#

namespace RGB.NET.Devices.Razer
{
internal enum DeviceType
{
Keyboard = 1,
Mouse = 2,
Headset = 3,
Mousepad = 4,
Keypad = 5,
System = 6,
Speakers = 7,
Invalid
}
}