diff options
author | Michiel Van Der Kolk <not.valid@email.address> | 2005-05-08 16:23:02 +0000 |
---|---|---|
committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-05-08 16:23:02 +0000 |
commit | 69212c5f2f6eedb551feb007366f23626e3e0a60 (patch) | |
tree | 4aa9fc55131da309920e6ebc91408ff434cd5527 /apps/plugins/databox | |
parent | 70e25fe72a9b6fbc97d00c5d94dd2de878525933 (diff) |
merf u.u.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6439 a1c6a512-1295-4272-9138-f99709370657
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 |