Support for the TX Gaming Mini (P519) (#2813)

This commit is contained in:
IceStormNG
2024-07-06 09:47:55 +02:00
committed by GitHub
parent d0d409b37f
commit 35c7f4283e
2 changed files with 41 additions and 2 deletions

View File

@@ -226,6 +226,8 @@ namespace GHelper.Peripherals
DetectMouse(new StrixCarry());
DetectMouse(new StrixImpactIII());
DetectMouse(new StrixImpact());
DetectMouse(new TXGamingMini());
DetectMouse(new TXGamingMiniWired());
DetectMouse(new Pugio());
}