feat(hardware): add page for the Thrustmaster tfrp pedals (#11)
Some checks failed
ESLint / Run eslint scanning (push) Failing after 1m50s

* thrustmaster tfrp instructions

* Create thrustmaster-tfrp.mdx

* Update thrustmaster-tfrp.mdx

formatting
This commit is contained in:
matt 2025-05-03 12:02:06 +02:00 committed by GitHub
parent a42f8c3348
commit 23142bdbc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 37 additions and 0 deletions

View File

@ -1,3 +1,4 @@
{ {
"honeycomb-bravo": "Honeycomb Bravo" "honeycomb-bravo": "Honeycomb Bravo"
"thrustmaster-tfrp": "Thrustmaster TFRP T.Flight Rudder Pedals"
} }

View File

@ -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
<Callout type="info" emoji="">
**Difficulty:** Medium
</Callout>
<Steps>
### 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.
</Steps>
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.