From 2d73d79c0bf8787382baa6ebd5336f2ae2bb4e15 Mon Sep 17 00:00:00 2001 From: Felix Lehmann Date: Sun, 24 Oct 2021 00:08:06 +0200 Subject: [PATCH] Added Powerplay to PerDeviceDeviceDefinitions --- RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs b/RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs index 672c48b..522ead9 100644 --- a/RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs +++ b/RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs @@ -106,6 +106,7 @@ namespace RGB.NET.Devices.Logitech { 0xC222, RGBDeviceType.Keyboard, "G15", LedMappings.Device, 0 }, { 0xC225, RGBDeviceType.Keyboard, "G11", LedMappings.Device, 0 }, { 0x0AB5, RGBDeviceType.Headset, "G733", LedMappings.Device, 0 }, + { 0xC53A, RGBDeviceType.Mousepad, "POWERPLAY", LedMappings.Device, 0 }, }; #endregion