1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2026-03-24 07:48:46 +00:00

8 lines
104 B
C#

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