summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h
index a105004d73..41ef0e527f 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -23,7 +23,8 @@
23#include <applimits.h> 23#include <applimits.h>
24#include <file.h> 24#include <file.h>
25 25
26#if CONFIG_KEYPAD == IRIVER_H100_PAD 26#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
27 (CONFIG_KEYPAD == IRIVER_H300_PAD)
27#define TREE_NEXT BUTTON_DOWN 28#define TREE_NEXT BUTTON_DOWN
28#define TREE_PREV BUTTON_UP 29#define TREE_PREV BUTTON_UP
29#define TREE_EXIT BUTTON_LEFT 30#define TREE_EXIT BUTTON_LEFT