Flipper/Applications/Official/source-OLDER/xMasterX/usb_hid_autofire
2023-08-16 15:10:59 -07:00
..
.gitignore Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
application.fam Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
CHANGELOG.md Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
LICENSE Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
README.md Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
screenshot.png Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
tools.c Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
tools.h Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
usb_hid_autofire.c Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
usb_hid_autofire.kra Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
usb_hid_autofire.png Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
usb_hid_autofire.svg Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00
version.h Removing FAP files (use FlipC or Official store!) 2023-08-16 15:10:59 -07:00

USB HID Autofire

GitHub | Latest release | Changelog | License

Build

This is a simple Flipper Zero application to send left-clicks as a USB HID device.

Screenshot

Installation

Download the latest release of the fap file and put it into the apps folder on your SD card of your Flipper Zero.

Building

cd applications_user
git clone https://github.com/pbek/usb_hid_autofire.git

cd ..

# Build the application
./fbt fap_usb_hid_autofire

# Build and launch the application
./fbt launch_app APPSRC=usb_hid_autofire