usb_hid_autofire

(β˜… 128)

Simple Flipper Zero application to send left-clicks as a USB HID device

  • .envrc
  • .gitignore
  • AGENTS.md
  • application.fam
  • CHANGELOG.md
  • devenv.lock
  • devenv.nix
  • devenv.yaml
  • justfile
  • LICENSE
  • Makefile
  • README.md
  • usb_hid_autofire.c
  • usb_hid_autofire.kra
  • usb_hid_autofire.png
  • usb_hid_autofire.svg
  • usb_hid_autofire_controller.c
  • usb_hid_autofire_hid.c
  • usb_hid_autofire_i.h
  • usb_hid_autofire_settings.c
  • usb_hid_autofire_ui.c
  • version.h

# Installation Guide

1. Get the code
git clone https://github.com/pbek/usb_hid_autofire

Downloads the entire project code from GitHub to your computer.

cd usb_hid_autofire

Moves into the project folder you just downloaded.

2. Make

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make

Compiles the code based on the generated build configuration to produce an executable.

βœ… If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation