mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 22:52:28 -05:00
Fix red (define missing keydefs)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17227 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
39718e3585
commit
c9fa717554
1 changed files with 8 additions and 0 deletions
|
|
@ -65,6 +65,14 @@ PLUGIN_HEADER
|
||||||
# define FLASHLIGHT_NEXT BUTTON_SCROLL_UP
|
# define FLASHLIGHT_NEXT BUTTON_SCROLL_UP
|
||||||
# define FLASHLIGHT_PREV BUTTON_SCROLL_DOWN
|
# define FLASHLIGHT_PREV BUTTON_SCROLL_DOWN
|
||||||
|
|
||||||
|
#elif CONFIG_KEYPAD == MROBE500_PAD
|
||||||
|
# define FLASHLIGHT_LEFT BUTTON_LEFT
|
||||||
|
# define FLASHLIGHT_RIGHT BUTTON_RIGHT
|
||||||
|
|
||||||
|
#elif CONFIG_KEYPAD == COWOND2_PAD
|
||||||
|
# define FLASHLIGHT_LEFT BUTTON_LEFT
|
||||||
|
# define FLASHLIGHT_RIGHT BUTTON_RIGHT
|
||||||
|
|
||||||
#else
|
#else
|
||||||
# error Missing key definitions for this keypad
|
# error Missing key definitions for this keypad
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue