mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 09:08:34 +00:00
14 lines
244 B
C#
14 lines
244 B
C#
// ReSharper disable UnusedMember.Global
|
|
// ReSharper disable InconsistentNaming
|
|
|
|
namespace CUE.NET.Devices.Mouse.Enums
|
|
{
|
|
public enum CorsairMouseLedId
|
|
{
|
|
B1 = 148,
|
|
B2 = 149,
|
|
B3 = 150,
|
|
B4 = 151
|
|
}
|
|
}
|