Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huuck/FlipperZeroUSBKeyboard
Turn your Flipper Zero into an USB keyboard
https://github.com/huuck/FlipperZeroUSBKeyboard
Last synced: 3 months ago
JSON representation
Turn your Flipper Zero into an USB keyboard
- Host: GitHub
- URL: https://github.com/huuck/FlipperZeroUSBKeyboard
- Owner: huuck
- License: bsd-2-clause
- Created: 2022-09-21T10:16:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T13:27:06.000Z (about 2 years ago)
- Last Synced: 2024-02-13T20:26:13.238Z (12 months ago)
- Language: C
- Size: 47.9 KB
- Stars: 122
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- fucking-awesome-flipperzero - `USB Keyboard` (outdated) A refactor of the BT remote to work over USB. Allows the Flipper to act as an USB HID keyboard.
- awesome-flipperzero - `USB Keyboard` (outdated) A refactor of the BT remote to work over USB. Allows the Flipper to act as an USB HID keyboard.
- awesome-flipperzero-withModules - `USB Keyboard` A refactor of the BT remote to work over USB. Allows the Flipper to act as an USB HID keyboard.
README
# FlipperZeroUSBKeyboard
Turn your Flipper Zero into an USB keyboard. Works with the [latest Unleashed firmware](https://github.com/Eng1n33r/flipperzero-firmware). See the release on how to install the external app on the sdcard. For building instructions please refer the [official FAP guide](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md).How it works: https://twitter.com/hookgab/status/1572537933210718211
Credits:
All the good people that made the [BT HID remote](https://github.com/flipperdevices/flipperzero-firmware/tree/873e1f114b7ca55a72dc68bf1b1fa6d169e7c17e/applications/plugins/bt_hid_app) and the [USB Mouse](https://github.com/flipperdevices/flipperzero-firmware/tree/873e1f114b7ca55a72dc68bf1b1fa6d169e7c17e/applications/debug/usb_mouse).