Skip to content

Commit

Permalink
Revert "Possible support for Rival 600?"
Browse files Browse the repository at this point in the history
This reverts commit 3013128.
  • Loading branch information
simon-wh committed Sep 18, 2018
1 parent 2c69c7f commit e3df2eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Project-Aurora/Project-Aurora/Devices/SteelSeries/GameSenseSDK.cs
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ private void setupLISPHandlers()
(on-device ""rgb-3-zone"" show: color)
(on-device ""rgb-4-zone"" show: color)
(on-device ""rgb-5-zone"" show: color)
(on-device ""rgb-8-zone"" show: color)
(on-device ""rgb-12-zone"" show: color)))
(when (mouse:? data)
Expand Down Expand Up @@ -206,7 +205,6 @@ private void setupLISPHandlers()
(add-event-zone-use-with-specifier ""COLOR"" ""all"" ""rgb-3-zone"")
(add-event-zone-use-with-specifier ""COLOR"" ""all"" ""rgb-4-zone"")
(add-event-zone-use-with-specifier ""COLOR"" ""all"" ""rgb-5-zone"")
(add-event-zone-use-with-specifier ""COLOR"" ""all"" ""rgb-8-zone"")
(add-event-zone-use-with-specifier ""COLOR"" ""all"" ""rgb-12-zone"")
(add-event-per-key-zone-use ""COLOR"" ""all"")
";
Expand Down

0 comments on commit e3df2eb

Please sign in to comment.