This commit is contained in:
Serge
2023-08-04 22:05:39 +02:00
parent 849faa5029
commit 3a5dbbf2ea

View File

@@ -433,12 +433,12 @@ namespace GHelper.Input
// This is both the M1 and M2 keys. // This is both the M1 and M2 keys.
// There's a way to differentiate, apparently, but it isn't over USB or any other obvious protocol. // There's a way to differentiate, apparently, but it isn't over USB or any other obvious protocol.
case 165: case 165:
KeyProcess("m1"); KeyProcess("paddle");
return; return;
// The Command Center ("play-looking") button below the select key. // The Command Center ("play-looking") button below the select key.
// We'll call this M3. // We'll call this M3.
case 166: case 166:
KeyProcess("m3"); KeyProcess("cc");
return; return;
// The M4/ROG key. // The M4/ROG key.
case 56: case 56: