Skip to content

Commit

Permalink
Ayaneo Founder Support Fix #198 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperH2O authored Jul 8, 2022
1 parent 95ab67f commit c70bec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ControllerCommon/Devices/Device.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@ public static Device GetDefault()

switch (ManufacturerName)
{
case "AYADEVICE":
case "AYANEO":
{
switch (ProductName)
{
case "AYA NEO FOUNDER":
case "AYANEO 2021":
case "AYANEO 2021 Pro":
case "AYANEO 2021 Pro Retro Power":
Expand Down

0 comments on commit c70bec6

Please sign in to comment.