summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_button.h')
-rw-r--r--apps/plugins/text_viewer/tv_button.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/text_viewer/tv_button.h b/apps/plugins/text_viewer/tv_button.h
index bcaa593cea..7c0cfab519 100644
--- a/apps/plugins/text_viewer/tv_button.h
+++ b/apps/plugins/text_viewer/tv_button.h
@@ -506,6 +506,16 @@
506#define TV_AUTOSCROLL BUTTON_PLAYPAUSE 506#define TV_AUTOSCROLL BUTTON_PLAYPAUSE
507#define TV_BOOKMARK BUTTON_SHORTCUT 507#define TV_BOOKMARK BUTTON_SHORTCUT
508 508
509#elif CONFIG_KEYPAD == DX50_PAD
510#define TV_QUIT (BUTTON_POWER | BUTTON_REL)
511#define TV_SCROLL_UP BUTTON_VOL_UP
512#define TV_SCROLL_DOWN BUTTON_VOL_DOWN
513#define TV_SCREEN_LEFT BUTTON_LEFT
514#define TV_SCREEN_RIGHT BUTTON_RIGHT
515#define TV_MENU (BUTTON_PLAY | BUTTON_REL)
516#define TV_AUTOSCROLL (BUTTON_POWER | BUTTON_PLAY)
517#define TV_BOOKMARK (BUTTON_POWER | BUTTON_VOL_UP)
518
509#else 519#else
510#error No keymap defined! 520#error No keymap defined!
511#endif 521#endif