From 01377e2e5791ae72f112c722405efb6e12e00db5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 29 Jun 2005 12:47:24 +0000 Subject: Hristo Kovachev's keypad fixes for the H300 build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6912 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/databox/databox.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins/databox/databox.c') diff --git a/apps/plugins/databox/databox.c b/apps/plugins/databox/databox.c index 4e3722b671..7663a1ec82 100644 --- a/apps/plugins/databox/databox.c +++ b/apps/plugins/databox/databox.c @@ -19,7 +19,8 @@ #include "databox.h" /* variable button definitions */ -#if CONFIG_KEYPAD == IRIVER_H100_PAD +#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \ + (CONFIG_KEYPAD == IRIVER_H300_PAD) #define DBX_SELECT BUTTON_SELECT #define DBX_STOP BUTTON_OFF #elif CONFIG_KEYPAD == RECORDER_PAD -- cgit v1.2.3