mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-15 16:52:38 +03:00
15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
|
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",
|
||
|
)
|