1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jens Arnold 2005-05-08 19:09:32 +00:00
parent a1483e6e1d
commit b0b12e685e
2 changed files with 75 additions and 89 deletions

View file

@ -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