mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
Added a workaround for a SDK-issue with keypad-5
This commit is contained in:
parent
02843705a8
commit
293343a7ed
@ -44,7 +44,9 @@ namespace RGB.NET.Devices.SteelSeries.API
|
||||
(add-event-zone-use-with-specifier ""{EVENT_NAME}"" ""all"" ""rgb-12-zone"")
|
||||
(add-event-zone-use-with-specifier ""{EVENT_NAME}"" ""all"" ""rgb-17-zone"")
|
||||
(add-event-zone-use-with-specifier ""{EVENT_NAME}"" ""all"" ""rgb-24-zone"")
|
||||
(add-event-zone-use-with-specifier ""{EVENT_NAME}"" ""all"" ""rgb-103-zone"")";
|
||||
(add-event-zone-use-with-specifier ""{EVENT_NAME}"" ""all"" ""rgb-103-zone"")
|
||||
|
||||
(add-custom-zone '(""num-5"" 93))"; //HACK DarthAffe 07.10.2021: Custom zone to workaround a SDK-issue (https://github.com/SteelSeries/gamesense-sdk/issues/85)
|
||||
|
||||
private const string CORE_PROPS_WINDOWS = "%PROGRAMDATA%/SteelSeries/SteelSeries Engine 3/coreProps.json";
|
||||
private const string CORE_PROPS_OSX = "/Library/Application Support/SteelSeries Engine 3/coreProps.json";
|
||||
|
||||
@ -397,7 +397,7 @@ namespace RGB.NET.Devices.SteelSeries
|
||||
Keypad3,
|
||||
[APIName("keypad-4")]
|
||||
Keypad4,
|
||||
[APIName("keypad-5")]
|
||||
[APIName("num-5")] //HACK DarthAffe 07.10.2021: Custom name to workaround a SDK-issue (https://github.com/SteelSeries/gamesense-sdk/issues/85) should normally be 'keypad-5'
|
||||
Keypad5,
|
||||
[APIName("keypad-6")]
|
||||
Keypad6,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user