summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer')
-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 b1660c0840..bcaa593cea 100644
--- a/apps/plugins/text_viewer/tv_button.h
+++ b/apps/plugins/text_viewer/tv_button.h
@@ -496,6 +496,16 @@
496#define TV_AUTOSCROLL BUTTON_PLAY 496#define TV_AUTOSCROLL BUTTON_PLAY
497#define TV_BOOKMARK BUTTON_POWER 497#define TV_BOOKMARK BUTTON_POWER
498 498
499#elif CONFIG_KEYPAD == CREATIVE_ZEN_PAD
500#define TV_QUIT BUTTON_BACK
501#define TV_SCROLL_UP BUTTON_UP
502#define TV_SCROLL_DOWN BUTTON_DOWN
503#define TV_SCREEN_LEFT BUTTON_LEFT
504#define TV_SCREEN_RIGHT BUTTON_RIGHT
505#define TV_MENU BUTTON_MENU
506#define TV_AUTOSCROLL BUTTON_PLAYPAUSE
507#define TV_BOOKMARK BUTTON_SHORTCUT
508
499#else 509#else
500#error No keymap defined! 510#error No keymap defined!
501#endif 511#endif