mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-22 20:33:07 +00:00
bluetooth-mitm: add support for gamesir t1s controller
This commit is contained in:
parent
d1ec785a08
commit
fafeebb782
1 changed files with 4 additions and 3 deletions
|
@ -86,9 +86,10 @@ namespace ams::controller {
|
|||
|
||||
public:
|
||||
static constexpr const HardwareID hardware_ids[] = {
|
||||
{0xffff, 0x046e}, // Gamesir-G3s
|
||||
{0x05ac, 0x022d}, // Gamesir-G3s (Alternate mode. Lol, this is actually the ID of an Apple wireless keyboard)
|
||||
{0xffff, 0x046f} // Gamesir-G4s
|
||||
{0xffff, 0x046e}, // Gamesir G3s
|
||||
{0x05ac, 0x022d}, // Gamesir G3s (Alternate mode. Lol, this is actually the ID of an Apple wireless keyboard)
|
||||
{0xffff, 0x046f}, // Gamesir G4s
|
||||
{0xffff, 0x0450} // Gamesir T1s
|
||||
};
|
||||
|
||||
GamesirController(const bluetooth::Address *address)
|
||||
|
|
Loading…
Reference in a new issue