1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

66 Commits

Author SHA1 Message Date
ef83d721df
Merge pull request #282 from DarthAffe/SDK/SteelSeriesTenZoneDevices
Sdk/steel series ten zone devices
2022-12-15 01:09:05 +01:00
b3f9a206e9 Added steelseries rival 5 2022-12-14 23:56:30 +01:00
dccd44cef8 Added support for ten-zone-devices to steelseries provider 2022-12-14 23:56:15 +01:00
3f1eb5ca59 Added .net 7 targets 2022-11-13 15:33:52 +01:00
b12d0dc631 Changed SteelSeries devices to use the core heartbeat functionality 2022-11-05 21:11:41 +01:00
62c6ad0717
Merge branch 'Development' into DeviceSupport 2022-07-17 13:37:13 +02:00
5b25b10068 Fixed tick-resolution issues on linux 2022-07-17 11:53:08 +02:00
abbab09289 Added MSI Notebook through steelseries SDK 2022-07-17 11:47:11 +02:00
d190d356ac Added custom zone for steelseries non-us-backslash 2022-02-22 20:58:44 +01:00
8ae65145fe Bumped copyright to 2022 2022-01-05 15:13:11 +01:00
b0dfbb2c74 Fixed project files to correctly show icon and license 2021-12-27 21:25:32 +01:00
bee329ff4f Added .NET 5 as second build target since it still compiles fine 2021-11-13 23:22:06 +01:00
71981a5cf3 Merge 2 2021-11-13 18:00:48 +01:00
f69560224d Merge 2021-11-13 17:57:09 +01:00
30624035f1 Changed all namespaces to file-scope 2021-11-13 17:35:08 +01:00
07fde6e31b Updated to .NET 6 2021-11-13 00:54:30 +01:00
Diogo Trindade
8280b99f0c Fixed steelseries device type 2021-10-13 17:50:17 +01:00
Diogo Trindade
fb9c98269f Added one more Pid 2021-10-13 17:46:45 +01:00
Diogo Trindade
7b52e9e3ee Added more device definitions 2021-10-13 17:25:39 +01:00
293343a7ed Added a workaround for a SDK-issue with keypad-5 2021-10-07 23:14:21 +02:00
e279ea583e Replaced deprecated features and updated nuget packages 2021-08-01 17:22:51 +02:00
4dbeaf802a Fixed code issues 2021-08-01 16:53:21 +02:00
7c0a216ccd Fixed code issues 2021-08-01 16:40:13 +02:00
59e11e5b82 Fixed code issues 2021-07-31 16:59:51 +02:00
7b0e9152fd Fixed code issues 2021-06-01 23:53:56 +02:00
e3451fe480 Fixed Steelseries devices not refreshing correctly and timing out 2021-04-19 22:05:23 +02:00
d9c5a4b258 Added SteelSeries Rival 650 PID
This fixes #177
2021-04-17 20:27:53 +02:00
7f3abaefec Added Led-Mapping base class and centralized HID-device-detection 2021-04-02 00:32:22 +02:00
9907dd21ec Added Helper to create unique device names for all devices 2021-03-26 21:49:10 +01:00
d14f272ba9
Merge pull request #183 from DarthAffe/Core/Rendering
Rewrites/improvements in rendering and device handling
2021-03-06 00:09:28 +01:00
2a9a43683c Streamlined device loading/handling in device providers 2021-03-04 23:33:00 +01:00
Robert
f99973c386 SteelSeries - Added QCK Prism PID & zone definition
SteelSeries - Added MGP27C & zone definition
Core - Added Monitor device type
2021-03-04 11:54:18 +01:00
f6f3e9185c Moved color-correction logic deeper down to the device 2021-03-03 23:29:31 +01:00
2222808c23 Changed update-Pprameter away from dictionary 2021-03-03 23:06:22 +01:00
d44223ee6a Added base class for location/size-handling and refactored devices and leds to make use of it 2021-02-09 23:11:01 +01:00
6a4ebb3d2a Refactoring 2021-02-06 17:07:41 +01:00
a0a1521658 Fixed warnings 2021-02-02 23:37:56 +01:00
57dc9afb32 Updated device providers to make everything compile again 2021-02-01 23:13:15 +01:00
04f07d76a2 Removed SyncBack 2020-12-25 19:45:08 +01:00
8f37292839
Merge pull request #163 from DarthAffe/Net5
Net5
2020-12-25 19:32:07 +01:00
Rafee
53a10c30b9
Added even more PIDs
Added Devices:
- Aerox 3 (Wired and Wireless)
- Rival 100/105/106/110/150
- Rival 300
- Rival 700
- Sensei Ten

- Apex M800
- Apex Pro
- Apex Pro TKL
2020-12-10 23:23:11 +03:00
0907a78efc enabled nullable reference types 2020-12-05 18:13:39 +01:00
42456ad7bd Changed Json-Serializer to .NET Default 2020-11-12 17:13:19 +01:00
fdb5022197 Changed all projects to target .NET 5 2020-11-10 23:35:02 +01:00
Rafee
7998cc889d
Added new Rival 3 PID
The Rival 3 PID changed from 0x1824 to 0x184C after a firmware update
2020-10-25 00:31:55 +03:00
Rafee
79aa365360
Added more Steelseries PIDs to DeviceChecker.cs
Added the following devices: Arctis 5 and variants, Apex 5, Apex 7, Apex 7 TKL, Rival 310, Rival 3
2020-10-10 03:28:51 +03:00
93eae1d859 Updated copyright information 2020-07-12 00:01:35 +02:00
f4d2e59831 Replaced refresh-update with heartbeat 2020-07-11 21:14:40 +02:00
5a4294499a Rewrote lisp-handler to greatly improve performance for bigger devices (like keyboards) 2020-07-11 21:14:21 +02:00
2e63db2049
Merge branch 'SDK/SteelSeries' into Development 2020-07-09 21:06:14 +02:00