forked from len0rd/rockbox
fuze+: move defines from .c to .h; implement button reading for volume up/down and power
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29822 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
37a9a200b2
commit
ffee0b5e94
4 changed files with 45 additions and 26 deletions
|
|
@ -29,7 +29,6 @@ int button_read_device(void);
|
|||
|
||||
/* Main unit's buttons */
|
||||
#define BUTTON_POWER 0x00000001
|
||||
|
||||
#define BUTTON_VOL_UP 0x00000002
|
||||
#define BUTTON_VOL_DOWN 0x00000004
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue