Is it possible to create macro, which I'll activate with one button stroke, which will press defined buton by defined presstime and delay untill I press the key again? Maybe it is possible and I just didn't know how to do it.
So it will work like - press button 13 on gamepad and it will start to simulate 0,2s press of H hey on keyboard with 3s delay until I press button 13 again.
There are 4 modes for macros available. One of those supports running a macro in a loop as long as the key is pressed, but there is no on/off. Macros are already a grey zone in gaming, therefore I decided not go for such an on/off function.
Nevertheless, if you want to go for such a functionality, you can do this easy and very cheap with less then 30 lines of code with another micro controller that support HDI protocol. Basic code you could find on Arduino or on Google. Hope this may help.