forked from len0rd/rockbox
fuze+: add battery_bench keymap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30652 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2743f1f495
commit
5c154c403a
1 changed files with 6 additions and 0 deletions
|
|
@ -229,6 +229,12 @@
|
|||
#define BATTERY_ON_TXT "PLAY - start"
|
||||
#define BATTERY_OFF_TXT "REC"
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
|
||||
#define BATTERY_ON BUTTON_PLAYPAUSE
|
||||
#define BATTERY_OFF BUTTON_POWER
|
||||
#define BATTERY_ON_TXT "PLAYPAUSE - start"
|
||||
#define BATTERY_OFF_TXT "POWER"
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue