mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2026-06-24 10:36:33 +00:00
8 lines
104 B
C#
8 lines
104 B
C#
namespace RGB.NET.Devices.Novation;
|
|
|
|
internal enum LedIdMappings
|
|
{
|
|
Current,
|
|
Legacy,
|
|
Pro
|
|
} |