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.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/text_viewer/tv_button.h b/apps/plugins/text_viewer/tv_button.h
index 6157d5fe9e..1ed90e1294 100644
--- a/apps/plugins/text_viewer/tv_button.h
+++ b/apps/plugins/text_viewer/tv_button.h
@@ -402,6 +402,17 @@
402#define TV_AUTOSCROLL BUTTON_PLAY 402#define TV_AUTOSCROLL BUTTON_PLAY
403#define TV_BOOKMARK BUTTON_REC 403#define TV_BOOKMARK BUTTON_REC
404 404
405/* MPIO HD300 keys */
406#elif CONFIG_KEYPAD == MPIO_HD300_PAD
407#define TV_QUIT BUTTON_REC
408#define TV_SCROLL_UP BUTTON_UP
409#define TV_SCROLL_DOWN BUTTON_DOWN
410#define TV_SCREEN_LEFT BUTTON_REW
411#define TV_SCREEN_RIGHT BUTTON_FF
412#define TV_MENU (BUTTON_MENU | BUTTON_REPEAT)
413#define TV_AUTOSCROLL BUTTON_ENTER
414#define TV_BOOKMARK BUTTON_PLAY
415
405#else 416#else
406#error No keymap defined! 417#error No keymap defined!
407#endif 418#endif