diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-05-08 19:09:32 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-05-08 19:09:32 +0000 |
| commit | b0b12e685eb0d084684a9715c946cc762bc134d5 (patch) | |
| tree | fc80bc0e84b5133ce87cbf8515664b729dd434ee /apps/plugins/databox/databox.h | |
| parent | a1483e6e1d04781dd91862ff6f2eebbc3266c460 (diff) | |
| download | rockbox-b0b12e685eb0d084684a9715c946cc762bc134d5.zip rockbox-b0b12e685eb0d084684a9715c946cc762bc134d5.tar.gz rockbox-b0b12e685eb0d084684a9715c946cc762bc134d5.tar.bz2 rockbox-b0b12e685eb0d084684a9715c946cc762bc134d5.tar.xz | |
Changed to rockbox style button handling, using the api functions. Support for all possible keypads, proper USB handling. Fixed to work correctly on SH1 based archoses, and fixed some slight quirks.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6441 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/databox/databox.h')
| -rw-r--r-- | apps/plugins/databox/databox.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/databox/databox.h b/apps/plugins/databox/databox.h index a8bb608..ffbaf1d 100644 --- a/apps/plugins/databox/databox.h +++ b/apps/plugins/databox/databox.h @@ -55,8 +55,4 @@ 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 |