using RGB.NET.Core; namespace RGB.NET.Devices.Razer { public static class LedMappings { public static LedMapping TODO { get; } = new() { }; } }