Hi, I would like to use the teensy board as an alternative to AutoHoKey.
It should trigger macros for certain physical keyboard and mouse inputs.
First I want to start with simple things.
Using a variable that is enabled with 2 and disabled with 1, the board should trigger a mouse click in an infinite loop as long as the left mouse button is pressed. Since I don't have any advanced code knowledge, working with the board is more difficult than I thought. After days of trying in vain, and even with the help of AI tools to assist me, I couldn't get it done.
Can anyone tell me if and how I can implement this with the Teensy board?
I am using the arduino ide again. In the meantime I also tried vscode.
Thank you very much.
It should trigger macros for certain physical keyboard and mouse inputs.
First I want to start with simple things.
Using a variable that is enabled with 2 and disabled with 1, the board should trigger a mouse click in an infinite loop as long as the left mouse button is pressed. Since I don't have any advanced code knowledge, working with the board is more difficult than I thought. After days of trying in vain, and even with the help of AI tools to assist me, I couldn't get it done.
Can anyone tell me if and how I can implement this with the Teensy board?
I am using the arduino ide again. In the meantime I also tried vscode.
Thank you very much.