Flipper/Applications/Official/source-OLDER/xMasterX/usb_hid_autofire/README.md

33 lines
923 B
Markdown
Raw Normal View History

2023-01-26 07:52:38 +00:00
# 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)
## 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.git
cd ..
# Build the application
./fbt fap_usb_hid_autofire
# Build and launch the application
./fbt launch_app APPSRC=usb_hid_autofire
```