Skip to content

Commit

Permalink
AnalogueKeyboard: Generalise support for DrunkDeer devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Dec 12, 2024
1 parent 0db3f0d commit 1a15ec9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions soup/AnalogueKeyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ NAMESPACE_SOUP
{
return "DrunkDeer G75"; // untested
}
else
{
return hid.getProductName();
}
}
}
// Keychron
Expand Down

0 comments on commit 1a15ec9

Please sign in to comment.