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

859 Commits

Author SHA1 Message Date
Robert Beekman
63498eb8c3
Merge pull request #202 from diogotr7/razer-mapping
Razer - Added keyboard and mouse ledid mapping
2021-04-29 12:09:46 +02:00
9241673e7f Small fixes for new razer-mappings 2021-04-27 20:39:29 +02:00
f616390b84
Merge pull request #209 from DarthAffe/Typo
Fixed typo
2021-04-27 18:06:50 +02:00
363fc4c066 Fixed typo 2021-04-27 18:06:21 +02:00
a2a7758978
Merge pull request #206 from DarthAffe/SDK/PicoPi
Sdk/pico pi
2021-04-27 17:54:03 +02:00
Robert
6665e14e1d ASUS - Explain what is going on with LED tagging 2021-04-26 22:58:52 +02:00
5fbf716a87
Merge pull request #208 from DarthAffe/ExceptionHandling
Exception handling
2021-04-26 22:33:23 +02:00
b300ac8451 Improved Exception-handling in device providers 2021-04-26 22:09:54 +02:00
68c5990ccd Imporoved exception-handling in device providers 2021-04-26 21:56:30 +02:00
16aa017e77 Fixed wrong id fetch and added config methods to PpicoSDK 2021-04-25 02:26:52 +02:00
5e7ef211f7 Small code cleanup 2021-04-24 20:46:52 +02:00
7b1d8cfcd9
Rename index.md to ReadMe.md 2021-04-24 20:42:58 +02:00
5d3071235b Added PicoPi device provider 2021-04-24 20:41:55 +02:00
a1955ec377 Added LastUpdateTime to update-triggers 2021-04-24 20:39:05 +02:00
41edda99f0 Added public UpdateTriggers list to DeviceProviders 2021-04-24 20:38:30 +02:00
1d57f4e988 Fixed naming of deviceInfo parameter in AbsvtractRGBDevice 2021-04-24 20:37:51 +02:00
Robert
d6054cf527 ASUS - Added mechanism to add extra LEDs via lights 2021-04-23 22:11:00 +02:00
Robert
e86003f1ea ASUS - Attempt to add lights that aren't present as keys 2021-04-22 17:30:19 +02:00
Robert
ca264a4603 Merge branch 'Development' into SDK/ASUS 2021-04-22 16:36:24 +02:00
b39188474f
Merge pull request #205 from DarthAffe/SteelSeries
Fixed Steelseries devices not refreshing correctly and timing out
2021-04-19 22:10:31 +02:00
e3451fe480 Fixed Steelseries devices not refreshing correctly and timing out 2021-04-19 22:05:23 +02:00
b8ccc16f49
Merge pull request #203 from DarthAffe/SDK/Corsair
Sdk/corsair
2021-04-19 20:31:34 +02:00
8366adbbb0 Fixed wrong loop condition in corsair custom devices 2021-04-19 19:43:28 +02:00
1e229324be Rewrote Corsair device handling to use mappings 2021-04-18 19:33:12 +02:00
Diogo Trindade
da4c227684 Added mouse led map 2021-04-17 21:53:46 +01:00
Diogo Trindade
6bbcf987b3 Razer - added keyboard led mapping 2021-04-17 21:31:53 +01:00
2d0fd93b5f
Merge pull request #201 from DarthAffe/DeviceHids
Device hids
2021-04-17 20:35:14 +02:00
bdad1982cd Added logitech G900 PID
This fixes #133
2021-04-17 20:34:32 +02:00
9b66cf0260 Added logitech G513 Carbon PID
This fixes #168
2021-04-17 20:31:30 +02:00
d9c5a4b258 Added SteelSeries Rival 650 PID
This fixes #177
2021-04-17 20:27:53 +02:00
25198dabb9
Merge pull request #195 from DarthAffe/Core/HID
Added Led-Mapping base class and centralized HID-device-detection
2021-04-17 20:17:41 +02:00
19ecd3c8be
Merge pull request #200 from DarthAffe/Devices/DMX
DMX - Fix default random CID creation
2021-04-17 01:48:42 +02:00
Robert
0ac1858627 DMX - Fix default random CID creation 2021-04-16 17:41:28 +02:00
Robert
9343d6ee29 Logitech - Use LogiLedSetLightingForKeyWithKeyName for per key devices 2021-04-14 23:27:49 +02:00
07a4b0081f
Merge pull request #196 from DarthAffe/SDK/Asus_Workaround
Added (for testing) workaround for asus devices
2021-04-05 16:04:28 +02:00
313661a532 Added (for testing) workaround for asus devices 2021-04-05 14:54:00 +02:00
f8d007b7cd Added check to prevent updates of unmapped leds on logitech devices 2021-04-02 21:48:10 +02:00
7f3abaefec Added Led-Mapping base class and centralized HID-device-detection 2021-04-02 00:32:22 +02:00
Robert Beekman
7f0ca72c7b
Merge pull request #194 from DarthAffe/Layouts
Small layout fixes
2021-04-02 00:04:50 +02:00
Robert
922488358a Layouts - Removed public interface property 2021-04-01 23:28:42 +02:00
Robert
6545c25c2d Layouts - Added missing Author property
Layouts - Removed  Lighting element from xsd
2021-04-01 10:46:19 +02:00
Robert
9bfc53087c ASUS - Cleaned up code and removed strangly placed per-device logic 2021-03-29 16:17:14 +02:00
Robert
40cce7aaaf Core - Added Unknown LED IDs
Core - Moved Custom LED IDs from 0xFF to 0xFE
ASUS - Use Unknown LED IDs for missing LED mappings
2021-03-29 00:59:26 +02:00
Robert
c446673c3c Merge branch 'Development' into SDK/ASUS 2021-03-28 16:13:49 +02:00
Robert
a52bb474ef ASUS - Keyboards guard against double LEDs
ASUS - Keyboards return the correct AsusLed in GetLedCustomData
2021-03-27 14:39:51 +01:00
eb3b91d8d8
Merge pull request #191 from DarthAffe/UniqueDeviceNames
Added Helper to create unique device names for all devices
2021-03-26 23:38:30 +01:00
Robert
c963bcd9d7 ASUS - Added more undocumented LED IDs
ASUS - Reversed LED mapping to have the ASUS ID as the key
ASUS - Throw informative exception on missing LED mapping
2021-03-26 23:15:40 +01:00
9907dd21ec Added Helper to create unique device names for all devices 2021-03-26 21:49:10 +01:00
Robert Beekman
82ca48d933
Merge pull request #187 from DarthAffe/SDK/Razer
Razer improvements & missing PIDs
2021-03-26 21:22:10 +01:00
36365e9de8
Merge pull request #190 from DarthAffe/Core/TextureImprovement
Added int overload for PixelTexture
2021-03-25 21:51:35 +01:00