// ReSharper disable InconsistentNaming // ReSharper disable UnusedMember.Global #pragma warning disable 1591 // Missing XML comment for publicly visible type or member namespace RGB.NET.Devices.CoolerMaster { /// /// Contains list of available physical layouts for cooler master keyboards. /// public enum CoolerMasterPhysicalKeyboardLayout { UNINIT = 0, US = 1, EU = 2, JP = 3 } }