diff options
Diffstat (limited to 'apps/plugins/databox')
-rw-r--r-- | apps/plugins/databox/databox.h | 4 |
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; extern struct editor editor; extern struct editing editing; +#if CONFIG_KEYPAD == IRIVER_H100_PAD +#define BUTTON_PLAY BUTTON_ON +#endif + #endif |