From 9004c50d7899d77ad2bff042edaf3bac82b95671 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Wed, 17 Jan 2024 23:39:06 +0100 Subject: [PATCH] Disabled resharper warning about missspelling of MSI --- RGB.NET.Devices.SteelSeries/Generic/LedMappings.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/RGB.NET.Devices.SteelSeries/Generic/LedMappings.cs b/RGB.NET.Devices.SteelSeries/Generic/LedMappings.cs index d345ef7..59310bd 100644 --- a/RGB.NET.Devices.SteelSeries/Generic/LedMappings.cs +++ b/RGB.NET.Devices.SteelSeries/Generic/LedMappings.cs @@ -318,6 +318,7 @@ public static class LedMappings /// /// Gets the mapping for GE78HX keyboards. /// + // ReSharper disable once InconsistentNaming public static LedMapping KeyboardMSIGE78Mapping { get; } = new() { { LedId.Keyboard_Escape, SteelSeriesLedId.Escape },