summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-20 10:54:13 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-20 10:54:13 +0000
commit582942016bdf3599952b343858ba9fb9785494e8 (patch)
tree05d17c750bc4ed952c0da49f9f000fc7ae96ed11 /firmware/export/config.h
parentd13f49737a6a04fae8b8288ae6d25d33ac6e4dfc (diff)
downloadrockbox-582942016bdf3599952b343858ba9fb9785494e8.tar.gz
rockbox-582942016bdf3599952b343858ba9fb9785494e8.zip
* Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX747+ in scramble and configure
* Add support for the VX777 * Remove the touchscreen mode switching combo from the button driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21379 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index e53e19ac1d..5148096a30 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -110,6 +110,7 @@
110#define SANSA_FUZE_PAD 36 110#define SANSA_FUZE_PAD 36
111#define LYRE_PROTO1_PAD 37 111#define LYRE_PROTO1_PAD 37
112#define SAMSUNG_YH_PAD 38 112#define SAMSUNG_YH_PAD 38
113#define ONDAVX777_PAD 39
113 114
114/* CONFIG_REMOTE_KEYPAD */ 115/* CONFIG_REMOTE_KEYPAD */
115#define H100_REMOTE 1 116#define H100_REMOTE 1
@@ -351,7 +352,7 @@ Lyre prototype 1*/
351#include "config-meizu-m6sp.h" 352#include "config-meizu-m6sp.h"
352#elif defined(MEIZU_M3) 353#elif defined(MEIZU_M3)
353#include "config-meizu-m3.h" 354#include "config-meizu-m3.h"
354#elif defined(ONDA_VX747) || defined(ONDA_VX747P) 355#elif defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
355#include "config-ondavx747.h" 356#include "config-ondavx747.h"
356#elif defined(ONDA_VX767) 357#elif defined(ONDA_VX767)
357#include "config-ondavx767.h" 358#include "config-ondavx767.h"