mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 16:58:36 -07:00
The FAPPening(TM)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="bad_kb",
|
||||
name="Bad KB",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.FAPP,
|
||||
entry_point="bad_kb_app",
|
||||
cdefines=["APP_BAD_KB"],
|
||||
requires=[
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="gpio",
|
||||
name="GPIO",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.FAPP,
|
||||
entry_point="gpio_app",
|
||||
cdefines=["APP_GPIO"],
|
||||
requires=["gui"],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="ibutton",
|
||||
name="iButton",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.FAPP,
|
||||
targets=["f7"],
|
||||
entry_point="ibutton_app",
|
||||
cdefines=["APP_IBUTTON"],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="infrared",
|
||||
name="Infrared",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.FAPP,
|
||||
entry_point="infrared_app",
|
||||
targets=["f7"],
|
||||
cdefines=["APP_INFRARED"],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="lfrfid",
|
||||
name="RFID",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.FAPP,
|
||||
targets=["f7"],
|
||||
entry_point="lfrfid_app",
|
||||
cdefines=["APP_LF_RFID"],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="xtreme_app",
|
||||
name="Xtreme",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.FAPP,
|
||||
entry_point="xtreme_app",
|
||||
cdefines=["APP_XTREME"],
|
||||
requires=[
|
||||
|
||||
Reference in New Issue
Block a user