https://github.com/ReversecLabs/usb-consumer-control
https://github.com/ReversecLabs/usb-consumer-control
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ReversecLabs/usb-consumer-control
- Owner: ReversecLabs
- License: apache-2.0
- Created: 2023-11-16T02:32:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T11:29:54.000Z (over 2 years ago)
- Last Synced: 2026-02-22T20:48:36.891Z (4 months ago)
- Language: C
- Size: 34.2 KB
- Stars: 48
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- flipper-zero-awesome - USB Consumer Control - consumer-control) | (USB)
README
# USB Consumer Control
This is a Flipper Zero application for sending Consumer Control Button (CCB) presses as a USB HID device. This is useful for researching how various devices handle USB CCBs, for example in the context of kiosk breakouts.
A more detailed writeup of the topic can be found [here](https://github.com/piraija/usb-hid-and-run).
# Credits
Project built by [Erik Alm](https://www.linkedin.com/in/erik-alm).
Inspiration drawn from [FlipperZeroUSBKeyboard](https://github.com/huuck/FlipperZeroUSBKeyboard) and [usb_hid_autofire](https://github.com/pbek/usb_hid_autofire).