Skip to main content

Functions

CommandExampleDescription
# or REM# Hello World!Comment
DEFAULTDELAY or DEFAULT_DELAYDEFAULTDELAY 200Time in ms between every command
DELAYDELAY 1000Delay in milliseconds
STRINGSTRING Hello World!Types the following string
REPEAT or REPLAYREPEAT 3Repeats the last command n times
LSTRING_BEGIN and LSTRING_ENDLSTRING_BEGIN
Hello
World
LSTRING_END
Types out everything in between start and end, including linebreaks.
KEYCODEKEYCODE 02 04Types a specific key code (modifier key) in hexadecimal
LOOP_BEGIN and LOOP_ENDLOOP_BEGIN 10
STRING zZ
LOOP_END
Loops everything in between start and end for a given amount of times. Create an infinite loop by specifying no number.
LEDLED ON
DELAY 1000
LED OFF
Turns onboard LED on or off.

Made with ❤️ by

Spacehuhn

dev 356a9805