Files
Digispark-Attiny85-payloads/README.md
T
2026-08-31 18:44:20 +02:00

546 B

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.