I have a digispark attiny85 that I'm trying to have input a keystroke once when a computer is turned on and not loop. Is this something that is possible? All I've been able to find is starting the code with "void loop()" and setting a timer on it.
Is it possible to set another parameter to hit keystrokes once after a delay and it will do the same thing after a reboot or is looping keystrokes the only option?