diff --git a/README.md b/README.md index e3cf539..f4c5cb8 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,13 @@ could work on any model supported by said driver: - Driving Force / Formula EX - Driving Force Pro - Driving Force GT + - Momo Force + - Momo Racing Force + - Speed Force Wireless - G25 Racing Wheel - G27 Racing Wheel - G29 Driving Force Racing Wheel + - G920 Driving Force Racing Wheel I can test only on a Logitech G29 Driving Force. Please, report on your results with different devices. diff --git a/oversteer/wheels.py b/oversteer/wheels.py index 4f5364a..f68a753 100644 --- a/oversteer/wheels.py +++ b/oversteer/wheels.py @@ -8,11 +8,15 @@ class Wheels: supported_models = [ 'c24f', # G29 + 'c262', # G920 'c294', # Driving Force / Formula EX + 'c295', # MOMO 'c298', # Driving Force pro 'c299', # G25 'c29a', # Driving Force GT 'c29b', # G27 + 'c29c', # Speed Force Wireless + 'ca03', # MOMO2 ] def __init__(self):