6d08dd167879b31a4bebac4ed409ce9f4dea77b9
Digispark Attiny85 payloads
Original encoder and duck2spark converter from MaMe82 (converted from Python2 to Python3).
Usage:
(Replace -l fr with the target keyboard layout.)
cat payload.duck | python encoder.py -p -l fr > payload.bin
python3 duck2spark.py -i payload.bin -l 1 -f 1000 -o payload.ino
rm payload.bin
Or with the script (replace payload with the name of the payload and fr with the layout):
./encode.sh payload fr
Then flash your Digispark Attiny85 using arduino IDE.
Languages
Python
95.9%
Shell
4.1%