1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 10:08:31 +00:00

Merge pull request #117 from DarthAffe/SDK/Novation

Added Launchpad Mini support
This commit is contained in:
DarthAffe 2020-03-03 15:47:56 +01:00 committed by GitHub
commit 4f72ff117c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@ namespace RGB.NET.Devices.Novation
{
[DeviceId("Launchpad S")]
[ColorCapability(NovationColorCapabilities.LimitedRG)]
LaunchpadS
LaunchpadS,
[DeviceId("Launchpad Mini")]
[ColorCapability(NovationColorCapabilities.LimitedRG)]
LaunchpadMini
}
}