diff --git a/_posts/2026-08-30-bad-usb-with-a-digispark-attiny85.md b/_posts/2026-08-30-bad-usb-with-a-digispark-attiny85.md index b8a6f7e..a810251 100644 --- a/_posts/2026-08-30-bad-usb-with-a-digispark-attiny85.md +++ b/_posts/2026-08-30-bad-usb-with-a-digispark-attiny85.md @@ -32,7 +32,7 @@ Open Arduino IDE and go to File > Preferences and in the field "Additional Board ``` https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json ``` -If you have multiple additional board manager URLs you can separate them with `,` +If you have multiple additional board manager URLs you can separate them with a comma: `,` Then in Tools > Board > Boards Manager, search for "digispark" and install "Digistump AVR Boards" @@ -63,7 +63,7 @@ void loop() { (Please note that this payload will work only with a QWERTY layout) -You can also find payloads [here](https://github.com/CedArctic/DigiSpark-Scripts) and [here](https://github.com/MTK911/Attiny85) +You can also find payloads [here](https://github.com/CedArctic/DigiSpark-Scripts) and [here](https://github.com/MTK911/Attiny85). Then upload the sketch, in the output you should see: ``` @@ -71,11 +71,11 @@ Sketch uses 2944 bytes (48%) of program storage space. Maximum is 6012 bytes. Global variables use 162 bytes of dynamic memory. Running Digispark Uploader... Plug in device now... (will timeout in 60 seconds) -> Please plug in the device ... -> Press CTRL+C to terminate the program. ``` Plug in your device and you should see: ``` +> Please plug in the device ... +> Press CTRL+C to terminate the program. > Device is found! connecting: 16% complete connecting: 22% complete