mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
14 lines
297 B
C#
14 lines
297 B
C#
// ReSharper disable UnusedMember.Global
|
|
// ReSharper disable InconsistentNaming
|
|
|
|
namespace RGB.NET.Devices.Asus
|
|
{
|
|
/// <summary>
|
|
/// Contains list of available physical layouts for asus keyboards.
|
|
/// </summary>
|
|
public enum AsusPhysicalKeyboardLayout
|
|
{
|
|
TODO
|
|
}
|
|
}
|