summaryrefslogtreecommitdiff
path: root/apps/plugins/snake2.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/snake2.c')
-rw-r--r--apps/plugins/snake2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/snake2.c b/apps/plugins/snake2.c
index d5ffc9f6d2..9ebe4afc8d 100644
--- a/apps/plugins/snake2.c
+++ b/apps/plugins/snake2.c
@@ -350,6 +350,9 @@ PLUGIN_HEADER
350#define SNAKE2_PLAYPAUSE BUTTON_VIEW 350#define SNAKE2_PLAYPAUSE BUTTON_VIEW
351#define SNAKE2_PLAYPAUSE_TEXT "View" 351#define SNAKE2_PLAYPAUSE_TEXT "View"
352 352
353#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
354#define SNAKE2_QUIT BUTTON_POWER
355
353#else 356#else
354#error No keymap defined! 357#error No keymap defined!
355#endif 358#endif