From 1d364099a69ae88aa29904913df75d6274c08661 Mon Sep 17 00:00:00 2001 From: Derek Jamison Date: Wed, 15 Feb 2023 19:52:32 -0500 Subject: [PATCH] Update readme with new youtube video link --- youtube/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube/README.md b/youtube/README.md index 607a070..7651a92 100644 --- a/youtube/README.md +++ b/youtube/README.md @@ -15,6 +15,8 @@ There are a few different playlists: - [demo video](https://youtu.be/8EuNqTr02eU) Flipper Zero ignites fireworks, replaying a "Read RAW" signal. (In the end of my overview video, I mentioned that I would make another video of the Flipper igniting fireworks.) +## BADUSB (Keyboard/Mouse emulator) +- [video](https://youtu.be/Ta7eVNS5opU) Demonstrates a firmware fix for DELETE and BACKSPACE keys. If you have the fix applied, then you can send "CTRL-ALT DELETE" to unlock a PC. ## GPIO (General-Purpose Input/Output) ### GPIO ~ Adding Polling input to your code