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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/text_viewer/tv_button.h b/apps/plugins/text_viewer/tv_button.h
index 73f5377a2a..3ea41614a3 100644
--- a/apps/plugins/text_viewer/tv_button.h
+++ b/apps/plugins/text_viewer/tv_button.h
@@ -535,6 +535,11 @@
535#define TV_AUTOSCROLL (BUTTON_POWER | BUTTON_PLAY) 535#define TV_AUTOSCROLL (BUTTON_POWER | BUTTON_PLAY)
536#define TV_BOOKMARK (BUTTON_POWER | BUTTON_VOL_UP) 536#define TV_BOOKMARK (BUTTON_POWER | BUTTON_VOL_UP)
537 537
538#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
539#define TV_QUIT BUTTON_POWER
540#define TV_MENU BUTTON_MENU
541#define TV_BOOKMARK BUTTON_BOTTOMLEFT
542
538#else 543#else
539#error No keymap defined! 544#error No keymap defined!
540#endif 545#endif