mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
16 lines
388 B
C#
16 lines
388 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.Razer
|
|
{
|
|
/// <summary>
|
|
/// Contains list of available logical layouts for razer keyboards.
|
|
/// </summary>
|
|
public enum RazerLogicalKeyboardLayout
|
|
{
|
|
TODO
|
|
};
|
|
}
|