Files
Momentum-Firmware/applications/main/bad_usb/application.fam
Aaron Tulino ffafb6ce69 BT Remote: Add Rename Option, simplify Bad KB BLE profile (#439)
* [BLE Remote] Add Rename Option
Adds an option to rename the advertised Bluetooth device. Closes #410.

* Fix formatting

* Revert changes to firmware
Copies some of the firmware code to modify it, rather than directly modifying it in the firmware.

* Fix compile error for USB transport

* Similar concept for BadKB too

* Save to setting file, polish the edges a bit

* Fix LSP warning

* Update changelog

---------

Co-authored-by: WillyJL <me@willyjl.dev>
2025-07-20 00:48:45 +00:00

16 lines
411 B
Plaintext

App(
appid="bad_kb",
# Still called Bad KB for historic reasons
# Code was renamed back to Bad USB for easier update merging
name="Bad KB",
apptype=FlipperAppType.MENUEXTERNAL,
entry_point="bad_usb_app",
stack_size=2 * 1024,
icon="A_BadUsb_14",
order=70,
resources="resources",
fap_libs=["assets", "ble_profile"],
fap_icon="icon.png",
fap_category="Tools",
)