jeandeaual / warthog-config

Command-line tool that can be used to control the LEDs of a Thrustmaster HOTAS Warthog throttle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thrustmaster HOTAS Warthog™ Configuration Tool

HOTAS Warthog

build

Command-line tool that can be used to control the LEDs of a Thrustmaster HOTAS Warthog throttle.

Download

https://github.com/jeandeaual/warthog-config/releases

Usage

$ ./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:
    -b, --backlight    Turn the backlight on
    -h, --help         Prints help information
    -1, --led-1        Turn the first LED on
    -2, --led-2        Turn the second LED on
    -3, --led-3        Turn the third LED on
    -4, --led-4        Turn the fourth LED on
    -5, --led-5        Turn the fifth LED on
    -r, --read-only    Only show the current state, don't change the LEDs
    -V, --version      Prints version information

OPTIONS:
    -i, --intensity <intensity>    Set the intensity of the backlight (0-5, where 0 in off and 5 is the brightest) [default: 2]

Examples

  • Disable all the LEDs

    ./warthog-config -i 0
  • Set the backlight and LEDs 1 and 3 with an intensity of 5

    ./warthog-config -b13 -i 5
  • Set only LED 2 with the default intensity

    ./warthog-config -2

About

Command-line tool that can be used to control the LEDs of a Thrustmaster HOTAS Warthog throttle.

License:MIT License


Languages

Language:Rust 97.5%Language:Dockerfile 2.5%