From 7898c50eed28fac941d07f79d914ff7dac303443 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Thu, 4 Jan 2024 18:10:31 +0100 Subject: [PATCH] Fixed unexpected name of the Launchpad Mini MK3 --- RGB.NET.Devices.Novation/Enum/NovationDevices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGB.NET.Devices.Novation/Enum/NovationDevices.cs b/RGB.NET.Devices.Novation/Enum/NovationDevices.cs index 496d161..5c8d19c 100644 --- a/RGB.NET.Devices.Novation/Enum/NovationDevices.cs +++ b/RGB.NET.Devices.Novation/Enum/NovationDevices.cs @@ -36,7 +36,7 @@ public enum NovationDevices [LedIdMapping(LedIdMappings.Pro)] LaunchpadCustomFirmware, - [DeviceId("Launchpad Mini MK3")] + [DeviceId("LPMiniMK3")] [ColorCapability(NovationColorCapabilities.RGB)] [LedIdMapping(LedIdMappings.Current)] LaunchpadMiniMK3,