mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Initial commit for the Creative ZEN V
Change-Id: I3408cfdf742ea5995d5c87bf76653f436e1ec2b0
This commit is contained in:
parent
a8b816ae9c
commit
977a6c3ce7
18 changed files with 300 additions and 10 deletions
|
|
@ -47,8 +47,12 @@ bool button_debug_screen(void);
|
|||
#define BUTTON_TOPLEFT 0x00001000
|
||||
#define BUTTON_TOPRIGHT 0x00002000
|
||||
#endif
|
||||
#ifdef CREATIVE_ZENV
|
||||
#define BUTTON_VOL_UP 0x00004000
|
||||
#define BUTTON_VOL_DOWN 0x00008000
|
||||
#endif
|
||||
|
||||
#define BUTTON_MAIN 0x00003fff
|
||||
#define BUTTON_MAIN 0x0000ffff
|
||||
|
||||
/* Software power-off */
|
||||
#define POWEROFF_BUTTON BUTTON_POWER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue