mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2026-03-23 23:38:45 +00:00
Compare commits
5 Commits
d91e643de6
...
bb59a9c1d9
| Author | SHA1 | Date | |
|---|---|---|---|
| bb59a9c1d9 | |||
| abab023444 | |||
|
|
60d7d07778 | ||
|
|
fefe9d7c24 | ||
| b0acc61618 |
@ -74,6 +74,7 @@ public class LogitechDeviceProvider : AbstractRGBDeviceProvider
|
||||
{ 0xC359, RGBDeviceType.Keyboard, "G915 X", LedMappings.PerKey, 0 },
|
||||
{ 0xC547, RGBDeviceType.Keyboard, "G915 X TKL", LedMappings.PerKey, 0 },
|
||||
{ 0xC358, RGBDeviceType.Keyboard, "G515", LedMappings.PerKey, 0 },
|
||||
{ 0xC363, RGBDeviceType.Keyboard, "G515 Rapid TKL", LedMappings.PerKey, 0 },
|
||||
|
||||
//non-rgb
|
||||
{ 0xC333, RGBDeviceType.Keyboard, "G610", LedMappings.PerKey, 0 },
|
||||
|
||||
@ -79,6 +79,7 @@ public sealed class SteelSeriesDeviceProvider : AbstractRGBDeviceProvider
|
||||
{ 0x1600, RGBDeviceType.Keyboard, "Apex M800", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.PerKey },
|
||||
{ 0x1610, RGBDeviceType.Keyboard, "Apex Pro", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.PerKey },
|
||||
{ 0x1614, RGBDeviceType.Keyboard, "Apex Pro TKL", LedMappings.KeyboardTklMappingUk, SteelSeriesDeviceType.PerKey },
|
||||
{ 0x1628, RGBDeviceType.Keyboard, "Apex Pro TKL 2023", LedMappings.KeyboardTklMappingUk, SteelSeriesDeviceType.PerKey },
|
||||
{ 0x1644, RGBDeviceType.Keyboard, "Apex Pro TKL Wireless Gen3", LedMappings.KeyboardTklMappingUk, SteelSeriesDeviceType.PerKey },
|
||||
{ 0x1630, RGBDeviceType.Keyboard, "Apex Pro TKL", LedMappings.KeyboardTklMappingUk, SteelSeriesDeviceType.PerKey }, // DarthAffe 27.05.2024: This could be a generic wireless connector
|
||||
{ 0x1640, RGBDeviceType.Keyboard, "Apex Pro 3", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.PerKey },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user