1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2026-03-25 00:08:47 +00:00

8 lines
104 B
C#

namespace RGB.NET.Devices.Novation;
internal enum LedIdMappings
{
Current,
Legacy,
Pro
}