You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add this to existing DIP Switches Example Code.ino
else if (b.equals("SPACE"))
{
Keyboard.press(' ');
}
This will add SPACE functionality, so MacOS ducky scripts would work.
Tested it yesterday. Works as expected.
Thank You!
Tom.
P.S. For BadUSB MicroSD version You don't need Programming mode switch. Just pull out MicroSD card and nothing happens ;)
Restart button would be perfect instead, so You don't have to pull it out from port each time You need to change which script to use when testing. I hope You can give advice on that. Sorry, if You already did, and I missed it.
Thank You!
The text was updated successfully, but these errors were encountered:
Hi!
Please add this to existing DIP Switches Example Code.ino
else if (b.equals("SPACE"))
{
Keyboard.press(' ');
}
This will add SPACE functionality, so MacOS ducky scripts would work.
Tested it yesterday. Works as expected.
Thank You!
Tom.
P.S. For BadUSB MicroSD version You don't need Programming mode switch. Just pull out MicroSD card and nothing happens ;)
Restart button would be perfect instead, so You don't have to pull it out from port each time You need to change which script to use when testing. I hope You can give advice on that. Sorry, if You already did, and I missed it.
Thank You!
The text was updated successfully, but these errors were encountered: