mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
16 lines
386 B
C#
16 lines
386 B
C#
// ReSharper disable UnusedMember.Global
|
|
// ReSharper disable InconsistentNaming
|
|
|
|
#pragma warning disable 1591 // Missing XML comment for publicly visible type or member
|
|
|
|
namespace RGB.NET.Devices.Asus
|
|
{
|
|
/// <summary>
|
|
/// Contains list of available physical layouts for asus keyboards.
|
|
/// </summary>
|
|
public enum AsusPhysicalKeyboardLayout
|
|
{
|
|
TODO
|
|
}
|
|
}
|