Skip to content

Commit

Permalink
Add initial dirty Halo65 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jul 17, 2023
1 parent 1ec1d10 commit 7bac8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/internal/nuga/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (a *App) Connect() string {
return ""
}
name, err := lights.GetName()
if err != nil || name != "NuPhy Halo75" {
if err != nil || (name != "NuPhy Halo75" && name != "NuPhy Halo65") {
return ""
}
a.lights = lights
Expand Down

0 comments on commit 7bac8eb

Please sign in to comment.