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 3ea41614a3..9d1b5afa88 100644
--- a/apps/plugins/text_viewer/tv_button.h
+++ b/apps/plugins/text_viewer/tv_button.h
@@ -540,6 +540,16 @@
540#define TV_MENU BUTTON_MENU 540#define TV_MENU BUTTON_MENU
541#define TV_BOOKMARK BUTTON_BOTTOMLEFT 541#define TV_BOOKMARK BUTTON_BOTTOMLEFT
542 542
543#elif CONFIG_KEYPAD == AGPTEK_ROCKER_PAD
544#define TV_QUIT BUTTON_POWER
545#define TV_SCROLL_UP BUTTON_UP
546#define TV_SCROLL_DOWN BUTTON_DOWN
547#define TV_SCREEN_LEFT BUTTON_LEFT
548#define TV_SCREEN_RIGHT BUTTON_RIGHT
549#define TV_MENU BUTTON_SELECT
550#define TV_AUTOSCROLL BUTTON_VOLDOWN
551#define TV_BOOKMARK BUTTON_VOLUP
552
543#else 553#else
544#error No keymap defined! 554#error No keymap defined!
545#endif 555#endif