summaryrefslogtreecommitdiff
path: root/apps/plugins/databox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/databox')
-rw-r--r--apps/plugins/databox/databox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/databox/databox.h b/apps/plugins/databox/databox.h
index ffbaf1d35d..a8bb608765 100644
--- a/apps/plugins/databox/databox.h
+++ b/apps/plugins/databox/databox.h
@@ -55,4 +55,8 @@ extern struct print printing;
55extern struct editor editor; 55extern struct editor editor;
56extern struct editing editing; 56extern struct editing editing;
57 57
58#if CONFIG_KEYPAD == IRIVER_H100_PAD
59#define BUTTON_PLAY BUTTON_ON
60#endif
61
58#endif 62#endif