DuckToolkit icon indicating copy to clipboard operation
DuckToolkit copied to clipboard

Command LED support?

Open Nate-Wilkins opened this issue 2 years ago • 0 comments

Hi thanks for this library!

I'm trying to encode a DuckyScript file with LED_G commands and it appears that these LED commands aren't supported.

The DuckyScript looks like:

DELAY 1000
LED_G

When running it through the encoder this is the output:

[+] Reading Input file.
  [-] Encoding File
[!] Error on line 2: LED_G is not a valid command

I'm not even sure how to add that into this repository - not very familiar with the encoding process...

Thanks for the help!

Nate-Wilkins avatar Jan 04 '23 19:01 Nate-Wilkins