Skip to content

Commit

Permalink
Readd more wheels that could be compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
berarma committed Jun 7, 2019
1 parent 7e8083d commit ee6d44e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions oversteer/wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ee6d44e

Please sign in to comment.