Skip to content

Commit 7ea3fcf

Browse files
committed
Add G923, G29, and G920 shifter aliases
There seem to be a number of users confused about what the "Driving Force" shifter is. These aliases cover users who are using the shifter that came with their wheel and know their wheel model only.
1 parent 2e8eae1 commit 7ea3fcf

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

src/SimRacing.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,30 @@ namespace SimRacing {
915915
DeviceConnection detectObj; ///< detector instance for checking if the shifter is connected
916916
};
917917

918+
/**
919+
* @brief Interface with the Logitech G923 shifter
920+
* @ingroup Shifters
921+
*
922+
* @see https://www.logitechg.com/en-us/products/driving/g923-trueforce-sim-racing-wheel.html
923+
*/
924+
using LogitechShifterG923 = LogitechShifter;
925+
926+
/**
927+
* @brief Interface with the Logitech G29 shifter
928+
* @ingroup Shifters
929+
*
930+
* @see https://en.wikipedia.org/wiki/Logitech_G29
931+
*/
932+
using LogitechShifterG29 = LogitechShifter;
933+
934+
/**
935+
* @brief Interface with the Logitech G920 shifter
936+
* @ingroup Shifters
937+
*
938+
* @see https://en.wikipedia.org/wiki/Logitech_G29
939+
*/
940+
using LogitechShifterG920 = LogitechShifter;
941+
918942
/**
919943
* @brief Interface with the Logitech G27 shifter
920944
* @ingroup Shifters

0 commit comments

Comments
 (0)