forked from len0rd/rockbox
Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19846 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
74b97fa139
commit
2490262eee
57 changed files with 604 additions and 11 deletions
|
|
@ -169,6 +169,13 @@ PLUGIN_HEADER
|
|||
#define BATTERY_OFF BUTTON_BACK
|
||||
#define BATTERY_OFF_TXT "BACK"
|
||||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
|
||||
|
||||
#define BATTERY_ON BUTTON_MENU
|
||||
#define BATTERY_OFF BUTTON_POWER
|
||||
#define BATTERY_ON_TXT "MENU - start"
|
||||
#define BATTERY_OFF_TXT "POWER"
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue