Flipper/Applications/Official/DEV_FW/source/xMasterX/usb_hid_autofire
2023-01-25 23:52:38 -08:00
..
.gitignore Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
application.fam Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
CHANGELOG.md Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
LICENSE Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
README.md Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
screenshot.png Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
tools.c Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
tools.h Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
usb_hid_autofire.c Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
usb_hid_autofire.kra Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
usb_hid_autofire.png Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
usb_hid_autofire.svg Added xMasterX API v11.x source 2023-01-25 23:52:38 -08:00
version.h Added xMasterX API v11.x source 2023-01-25 23:52:38 -08: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