Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbek/usb_hid_autofire
Simple Flipper Zero application to send left-clicks as a USB HID device
https://github.com/pbek/usb_hid_autofire
c fap flipper flipper-plugin flipper-plugins flipper-zero flipperzero hid usb
Last synced: about 2 months ago
JSON representation
Simple Flipper Zero application to send left-clicks as a USB HID device
- Host: GitHub
- URL: https://github.com/pbek/usb_hid_autofire
- Owner: pbek
- License: gpl-3.0
- Created: 2022-11-18T16:23:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T18:19:13.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:43:27.654Z (7 months ago)
- Topics: c, fap, flipper, flipper-plugin, flipper-plugins, flipper-zero, flipperzero, hid, usb
- Language: C
- Homepage:
- Size: 61.5 KB
- Stars: 90
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-flipperzero - `USB HID Autofire` Send left-clicks as a USB HID device.
- awesome-flipperzero - `USB HID Autofire` Send left-clicks as a USB HID device.
- awesome-flipperzero-withModules - `USB HID Autofire` Send left-clicks as a USB HID device.
README
# USB HID Autofire
[GitHub](https://github.com/pbek/usb_hid_autofire) |
[Latest release](https://github.com/pbek/usb_hid_autofire/releases/latest) |
[Changelog](CHANGELOG.md) |
[License](LICENSE.md)[![Build](https://github.com/pbek/usb_hid_autofire/actions/workflows/build-test.yml/badge.svg)](https://github.com/pbek/usb_hid_autofire/actions/workflows/build-test.yml)
This is a simple Flipper Zero application to send left-clicks as a USB HID device.
![Screenshot](screenshot.png)
## Use-case
- Great for auto-clicking in games like [Idle Wizard](https://store.steampowered.com/app/992070/Idle_Wizard/) 😁
## Installation
Download the [latest release](https://github.com/pbek/usb_hid_autofire/releases/latest)
of the *fap* file and put it into the `apps` folder on your SD card of your Flipper Zero.## Building
```shell
cd applications_user
git clone https://github.com/pbek/usb_hid_autofire.gitcd ..
# Build the application
./fbt fap_usb_hid_autofire# Build and launch the application
./fbt launch_app APPSRC=usb_hid_autofire
```