The Xinmotek Controller is used in multiple products with different mappings

The mapping included here is for the Ultimate Atari Fight Stick

(cherry picked from commit f1099f8e70)
This commit is contained in:
Sam Lantinga
2023-03-28 15:14:00 -07:00
parent 0bf63175ab
commit c2ee45f5ff
2 changed files with 4 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ standard_guid_pattern = re.compile(r'^([0-9a-fA-F]{4})([0-9a-fA-F]{2})([0-9a-fA-
invalid_controllers = (
('0079', '0006', '0000'), # DragonRise Inc. Generic USB Joystick
('0079', '0006', '6120'), # DragonRise Inc. Generic USB Joystick
('16c0', '05e1', '0000'), # Xinmotek Controller
)
def find_element(prefix, bindings):