mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Corrected a small bug about status bar not refreshing the clock in menus on archos, added some H1x0 remote key bindings (thanks Stephan Wezel for the patch ! )
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7698 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
65fe5f144d
commit
b83dc3861e
5 changed files with 28 additions and 8 deletions
|
@ -31,8 +31,11 @@
|
|||
#define MENU_ENTER BUTTON_RIGHT
|
||||
#define MENU_ENTER2 BUTTON_SELECT
|
||||
|
||||
#define MENU_RC_EXIT BUTTON_RC_STOP
|
||||
#define MENU_RC_ENTER BUTTON_RC_ON
|
||||
#define MENU_RC_EXIT BUTTON_RC_STOP
|
||||
#define MENU_RC_EXIT_MENU BUTTON_RC_MODE
|
||||
#define MENU_RC_ENTER BUTTON_RC_ON
|
||||
#define MENU_RC_ENTER2 BUTTON_RC_MENU
|
||||
|
||||
|
||||
#elif CONFIG_KEYPAD == RECORDER_PAD
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue