Command-line tool that can be used to control the LEDs of a Thrustmaster HOTAS Warthog throttle.
https://github.com/Gmentsik/warthog-config/releases
$ ./warthog-config --help
Command-line tool that can be used to control the LEDs of a Thrustmaster HOTAS Warthog throttle.
USAGE:
warthog-config [FLAGS] [OPTIONS]
FLAGS:
-h, --help Print help information
-r, --read-only Only show the current state, don't change the LEDs
-V, --version Print version information
OPTIONS:
-1, --led-1 <led-1> Turn the first LED on or off, use 0 to turn it off or 1 to turn it on
-2, --led-2 <led-2> Turn the second LED on or off, use 0 to turn it off or 1 to turn it on
-3, --led-3 <led-3> Turn the third LED on or off, use 0 to turn it off or 1 to turn it on
-4, --led-4 <led-4> Turn the fourth LED on or off, use 0 to turn it off or 1 to turn it on
-5, --led-5 <led-5> Turn the fifth LED on or off, use 0 to turn it off or 1 to turn it on
-b <backlight> Turn the backlight on or off, default on, use 0 to turn it off or 1 to turn it on
-i, --intensity <intensity> Set the intensity of the backlight (0-5, where 0 in off and 5 is the brightest) [default: 2]
-l, --leds <leds> Turn the all LEDs on or off, use 0 to turn it off or 1 to turn it on
-
Disable all the LEDs
./warthog-config -l 0
-
Disable all the LEDs enable backlight
./warthog-config -b 1 -l 0
-
Disable all the LEDs and backlight
./warthog-config -b 0 -l 0
-
Set LED 4 ON, leaving rest as-is
./warthog-config -4 1
-
Set LED 5 ON LED 1 ON LED 3 OFF, leaving rest as-is
./warthog-config -1 1 -5 1 -3 0
-
Set backlight intensity to max
./warthog-config -i 5
- Download & Install SPAD.neXt (https://www.spadnext.com/download/download-spad-next.html)
- Go to Settings -> Devices -> Scriptpanel and turn on Script-Panel Support
- A new icon should appear between profiles and devices in the left-hand vertical menue
- Click on Add Event -> Conditional Action
- Here you can define the contion (eg. AUTOPILOT MASTER equals 1)
- As action add "Advanced -> Run external Program"
- Point to the exe you downloaded here from the releases page in the field "Executable" (eg "G:\warthog-config.exe")
- In the command-line arguments field you can write anything, check the examples above. (eg "-5 1" to turn LED 5 on)