provide quick screen proto for h300 builds too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6914 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3a78ab9a4f
commit
b49d384832
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ bool quick_screen(const int, const int);
|
|||
#define SCREENS_QUICK BUTTON_F2
|
||||
#endif
|
||||
|
||||
#if CONFIG_KEYPAD == IRIVER_H100_PAD
|
||||
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
||||
bool quick_screen(const int, const int);
|
||||
#define SCREENS_QUICK BUTTON_MODE
|
||||
/* Long press already detected so not needed here */
|
||||
|
|
Loading…
Reference in a new issue