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.Aura
|
|
{
|
|
/// <summary>
|
|
/// Contains list of available physical layouts for aura keyboards.
|
|
/// </summary>
|
|
public enum AuraPhysicalKeyboardLayout
|
|
{
|
|
TODO
|
|
}
|
|
}
|