summaryrefslogtreecommitdiff
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 d3da152e35..b0725ddb41 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -210,6 +210,8 @@ enum {
210 ACTION_KBD_MORSE_INPUT, 210 ACTION_KBD_MORSE_INPUT,
211 ACTION_KBD_MORSE_SELECT, 211 ACTION_KBD_MORSE_SELECT,
212 212
213
214 LAST_ACTION_PLACEHOLDER, /* custom actions should be this + something */
213}; 215};
214 216
215struct button_mapping { 217struct button_mapping {