diff options
Diffstat (limited to 'apps/plugins/viewer.c')
| -rw-r--r-- | apps/plugins/viewer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index f2a3f9f..4d83dd0 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -329,6 +329,10 @@ PLUGIN_HEADER #define VIEWER_QUIT BUTTON_POWER #define VIEWER_MENU BUTTON_MENU +/* Onda VX777 keys */ +#elif CONFIG_KEYPAD == ONDAVX777_PAD +#define VIEWER_QUIT BUTTON_POWER + /* SAMSUNG YH-820 / YH-920 / YH-925 keys */ #elif CONFIG_KEYPAD == SAMSUNG_YH_PAD #define VIEWER_QUIT BUTTON_REC |