Hi everyone
I've been looking for several days a way to make work an incremental encoder on Teensy 2.0++ on HID
mode using USB Type: "Keyboard + Mouse + Joystick" option with teensyduino, to use it with several flight and space sims (X-plane 11, DCS, Flight Simulator X, Kerbal and Orbiter). I want to use a set of buttons and encoders as HID input because that way I can config a specific mapping from each sim.
So I built a prototype with 2 encoders and buttons, wich works smoothly on the serial monitor, so the hardware connections are OK.
But my problem is that every code I've seeing on the internet had the serial.begin and serial.print string, wich I suspect isn't writing into HID but only into serial monitor.
I know joy.cpl cannot manage an encoder (at least on the graphic way), so my question is if it is possible to use teensy on HID mode and be able to config the encoders from "inside" of each sim?
Thanks a lot for your help.