1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 10:08:31 +00:00
RGB.NET/RGB.NET.Devices.Razer
Danielle 3aba170d78
Update RazerDeviceProvider.cs
Added:
- Mouse: Razer Naga Pro
- Headset: Razer Nari
- Other: Razer Mouse Dock

Changed:
- Chroma Hardware Development Kit (HDK): This is a LED Controller
- Addressable RGB Controller: This is a LED Controller
2023-02-06 13:43:05 +11:00
..
2021-11-13 17:35:08 +01:00
2023-01-06 17:30:46 +01:00

RGB.NET Device-Provider-Package for Razer-Devices.

Usage

This provider follows the default pattern and does not require additional setup.

surface.Load(RazerDeviceProvider.Instance);

Since the Razer SDK does not provide device information only known devices will work.
You can add detection for additional devices by adding entires for them to the respective static DeviceDefinitions on the RazerDeviceProvider.

Required SDK

The SDK needs to be installed inside Synapse by the user and is not redistributed.