mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
hm801: Add support for plugins.
Change-Id: I81654db87d38324d8680a56bcdb7e9922ee5b619
This commit is contained in:
parent
397863ab3d
commit
6ee3fc81d9
51 changed files with 398 additions and 20 deletions
|
@ -349,7 +349,8 @@
|
|||
#define LABEL_MENU "Menu"
|
||||
#define LABEL_VOLUME "Up/Down"
|
||||
|
||||
#elif CONFIG_KEYPAD == HM60X_PAD
|
||||
#elif (CONFIG_KEYPAD == HM60X_PAD) || \
|
||||
(CONFIG_KEYPAD == HM801_PAD)
|
||||
#define VUMETER_QUIT BUTTON_POWER
|
||||
#define VUMETER_HELP BUTTON_RIGHT
|
||||
#define VUMETER_MENU BUTTON_LEFT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue