From 23142bdbc263fed5a089036155794abf7193ec18 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 3 May 2025 12:02:06 +0200 Subject: [PATCH] feat(hardware): add page for the Thrustmaster tfrp pedals (#11) * thrustmaster tfrp instructions * Create thrustmaster-tfrp.mdx * Update thrustmaster-tfrp.mdx formatting --- src/pages/msfs/hardware/_meta.json | 1 + src/pages/msfs/hardware/thrustmaster-tfrp.mdx | 36 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 src/pages/msfs/hardware/thrustmaster-tfrp.mdx diff --git a/src/pages/msfs/hardware/_meta.json b/src/pages/msfs/hardware/_meta.json index bd6ac00..9af7d12 100644 --- a/src/pages/msfs/hardware/_meta.json +++ b/src/pages/msfs/hardware/_meta.json @@ -1,3 +1,4 @@ { "honeycomb-bravo": "Honeycomb Bravo" + "thrustmaster-tfrp": "Thrustmaster TFRP T.Flight Rudder Pedals" } diff --git a/src/pages/msfs/hardware/thrustmaster-tfrp.mdx b/src/pages/msfs/hardware/thrustmaster-tfrp.mdx new file mode 100644 index 0000000..b8bfbcd --- /dev/null +++ b/src/pages/msfs/hardware/thrustmaster-tfrp.mdx @@ -0,0 +1,36 @@ +import { Callout } from 'nextra/components'; +import { Steps } from 'nextra-theme-docs'; + +# Thrustmaster Flight Rudder Pedals + +[Thrustmaster Flight Rudder Pedals](https://www.thrustmaster.com/fr-fr/products/t-flight-rudder-pedals) is a popular hardware pedals unit for many flight simulators. +It works great with a Honeycomb Alpha Bravo combo for much cheaper than the Honeycomb charlie gear. + +To make it recognizable by Linux one tweak is needed. + +## Setup + + + **Difficulty:** Medium + + + + +### Create a udev rule + +Create a /etc/udev/rules.d/60-thrustmaster.rules and add the following: + +``` +KERNEL=="hidraw*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="b679", MODE="0660", TAG+="uaccess" +``` +Those instructions work on Ubuntu 22.04. + + + +You should now see your TFRP in the controller settings in MSFS and can map it to your liking. + +## Warning & utility + +Some Proton versions make the TFRP behave erraticaly within MSFS. GE-Proton9-25 work for me but not GE-Proton9-26 nor GE-Proton9-27. +To check your gear outside the proton layer, I found the evjstest from [evjs](https://github.com/shumatech/evjs) utility to work perfectly. +