summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer
diff options
context:
space:
mode:
authorSebastian Leonhardt <sebastian.leonhardt@web.de>2018-02-22 23:42:29 +0100
committerSebastian Leonhardt <sebastian.leonhardt@web.de>2018-04-03 11:34:01 +0200
commit0486e5b93e422d0bd240439f02a8509a6c5bcbc5 (patch)
treec0da5e6a86d5f352e89cedaed515c3ce201481b9 /apps/plugins/text_viewer
parentfb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a (diff)
downloadrockbox-0486e5b93e422d0bd240439f02a8509a6c5bcbc5.tar.gz
rockbox-0486e5b93e422d0bd240439f02a8509a6c5bcbc5.zip
Zen XFi2: Enable Plugins
Keymaps aren't tested, there may be room for improvement. Change-Id: I6b8fe697899b241ea6e96f4fe446d88671ad7818
Diffstat (limited to 'apps/plugins/text_viewer')
-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