Skip to content

Commit

Permalink
Added Novation Launchpad Mini MK3
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthAffe committed Jan 4, 2024
1 parent 79f71ba commit 4f47887
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion RGB.NET.Devices.Novation/Enum/NovationDevices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@ public enum NovationDevices
[DeviceId("Launchpad Open")]
[ColorCapability(NovationColorCapabilities.RGB)]
[LedIdMapping(LedIdMappings.Pro)]
LaunchpadCustomFirmware
LaunchpadCustomFirmware,

[DeviceId("Launchpad Mini MK3")]
[ColorCapability(NovationColorCapabilities.RGB)]
[LedIdMapping(LedIdMappings.Current)]
LaunchpadMiniMK3,
}

0 comments on commit 4f47887

Please sign in to comment.