mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
16 lines
408 B
C#
16 lines
408 B
C#
// 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
|
|
{
|
|
/// <summary>
|
|
/// Contains list of available logical layouts for cooler master keyboards.
|
|
/// </summary>
|
|
public enum CoolerMasterLogicalKeyboardLayout
|
|
{
|
|
DE
|
|
};
|
|
}
|