mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-01 00:39:12 +00:00
14 lines
308 B
Text
14 lines
308 B
Text
App(
|
|
appid="USB_Keyboard",
|
|
name="USB Keyboard & Mouse",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="usb_hid_app",
|
|
stack_size=1 * 1024,
|
|
cdefines=["APP_USB_KEYBOARD"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
order=60,
|
|
fap_icon="usb_keyboard_10px.png",
|
|
fap_category="Misc",
|
|
)
|