forked from len0rd/rockbox
FS#6419 - driver for H1x0 series RTC Mod with runtime detection
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12520 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
343c428f2c
commit
50b5ee4781
18 changed files with 660 additions and 268 deletions
|
@ -277,7 +277,7 @@ extern const fb_data clock_timesup[];
|
|||
#define EXIT_BUTTON BUTTON_MENU
|
||||
#define MODE_NEXT_BUTTON BUTTON_RIGHT
|
||||
#define MODE_PREV_BUTTON BUTTON_LEFT
|
||||
#elif (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
||||
#elif (CONFIG_KEYPAD == IRIVER_H300_PAD) || (CONFIG_KEYPAD == IRIVER_H100_PAD)
|
||||
#define COUNTER_TOGGLE_BUTTON (BUTTON_ON|BUTTON_REL)
|
||||
#define COUNTER_RESET_BUTTON (BUTTON_ON|BUTTON_REPEAT)
|
||||
#define MENU_BUTTON BUTTON_SELECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue