From 845efb6929c7d9ad7b96493fb78be35224b6c9d3 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Thu, 17 Jul 2025 21:33:15 +0200 Subject: [PATCH] Added detection for logitech G515 --- 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 edf61ec..8ebe7f0 100644 --- a/RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs +++ b/RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs @@ -73,6 +73,7 @@ public class LogitechDeviceProvider : AbstractRGBDeviceProvider { 0xC541, RGBDeviceType.Keyboard, "G915", LedMappings.PerKey, 0 }, { 0xC359, RGBDeviceType.Keyboard, "G915 X", LedMappings.PerKey, 0 }, { 0xC547, RGBDeviceType.Keyboard, "G915 X TKL", LedMappings.PerKey, 0 }, + { 0xC358, RGBDeviceType.Keyboard, "G515", LedMappings.PerKey, 0 }, //non-rgb { 0xC333, RGBDeviceType.Keyboard, "G610", LedMappings.PerKey, 0 },