mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
Fixed some code issues
This commit is contained in:
parent
07fde6e31b
commit
a0c6ccebea
@ -152,9 +152,8 @@ namespace RGB.NET.Devices.Logitech
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the HID-definitions for wireless per-device-devices.
|
/// Gets the HID-definitions for wireless per-device-devices.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LightspeedHIDLoader<int, int> PerDeviceWirelessDeviceDefinitions { get; } = new()
|
public static LightspeedHIDLoader<int, int> PerDeviceWirelessDeviceDefinitions { get; } = new();
|
||||||
{ };
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Constructors
|
#region Constructors
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
using RGB.NET.Core;
|
using RGB.NET.Core;
|
||||||
using RGB.NET.Devices.Wooting.Enum;
|
using RGB.NET.Devices.Wooting.Enum;
|
||||||
using RGB.NET.Devices.Wooting.Helper;
|
|
||||||
using RGB.NET.Devices.Wooting.Native;
|
using RGB.NET.Devices.Wooting.Native;
|
||||||
|
|
||||||
namespace RGB.NET.Devices.Wooting.Generic
|
namespace RGB.NET.Devices.Wooting.Generic
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
using RGB.NET.Core;
|
using RGB.NET.Core;
|
||||||
using RGB.NET.Devices.Wooting.Enum;
|
|
||||||
using RGB.NET.Devices.Wooting.Generic;
|
using RGB.NET.Devices.Wooting.Generic;
|
||||||
using RGB.NET.Devices.Wooting.Native;
|
using RGB.NET.Devices.Wooting.Native;
|
||||||
|
|
||||||
|
|||||||
@ -2,8 +2,6 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using RGB.NET.Core;
|
using RGB.NET.Core;
|
||||||
using RGB.NET.Devices.Wooting.Enum;
|
|
||||||
using RGB.NET.Devices.Wooting.Generic;
|
|
||||||
using RGB.NET.Devices.Wooting.Keyboard;
|
using RGB.NET.Devices.Wooting.Keyboard;
|
||||||
using RGB.NET.Devices.Wooting.Native;
|
using RGB.NET.Devices.Wooting.Native;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user