summaryrefslogtreecommitdiffstats
path: root/apps/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h
index 5beacaa0e2..9859c2c50c 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -91,6 +91,7 @@ enum {
ACTION_STD_MENU,
ACTION_STD_QUICKSCREEN,
ACTION_STD_KEYLOCK,
+ ACTION_STD_REC,
ACTION_F3, /* just so everything works again, possibly change me */
/* code context actions */
@@ -111,6 +112,7 @@ enum {
ACTION_WPS_CONTEXT,
ACTION_WPS_QUICKSCREEN,/* optional */
ACTION_WPS_MENU, /*this should be the same as ACTION_STD_MENU */
+ ACTION_WPS_REC,
#if 0
ACTION_WPSAB_SINGLE, /* This needs to be #defined in
the config-<target>.h to one of the ACTION_WPS_ actions