// ReSharper disable InconsistentNaming // ReSharper disable UnusedMember.Global #pragma warning disable 1591 // Missing XML comment for publicly visible type or member namespace RGB.NET.Devices.Wooting.Enum { /// /// Contains list of available logical layouts for cooler master keyboards. /// /// /// Based on what is available in the shop: https://wooting.store/collections/wooting-keyboards/products/wooting-two /// public enum WootingLogicalKeyboardLayout { US = 0, UK = 1, DE = 2, ND = 3 }; }