mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
12 lines
203 B
C#
12 lines
203 B
C#
namespace RGB.NET.Devices.Logitech
|
|
{
|
|
public enum LogitechDeviceType
|
|
{
|
|
Keyboard = 0x0,
|
|
Mouse = 0x3,
|
|
Mousemat = 0x4,
|
|
Headset = 0x8,
|
|
Speaker = 0xE
|
|
}
|
|
}
|