Search results

  1. A

    Thrustmaster T.Flight Hotas X Teensy MCU mod (USB Flight Joystick/Throttle)

    I tried the original files with the "joystick complete" example, which works fine. So I decided to check for differences in the files in this thread to the original ones. In the boards.txt file I changed this: teensy31.build.flags.defs=-D__MK20DX256__ -DTEENSYDUINO=127 to this...
  2. A

    Thrustmaster T.Flight Hotas X Teensy MCU mod (USB Flight Joystick/Throttle)

    Under Tools I have it set to: Board: "Teensy 3.2 / 3.1" USB Type: "Hotas X" (as instructed above) CPU Speed: "72 MHz optimized" (I thought the board was 72MHz so changed it from 96 to 72) and Programmer: "AVRISP mkII". (default) I've added a screenshot of the Tools menu (settings.png) to the...
  3. A

    Thrustmaster T.Flight Hotas X Teensy MCU mod (USB Flight Joystick/Throttle)

    Windows 10 does not recognize device after uploading code? Hi all! I have a HotasX stick and recently got a Teensy 3.2 board to try this hack. After some fiddling and changing the "uint32_t random(void);" to "long random(void);" in WProgram.h, I was able to compile and upload. However...
Back
Top