Patch #1038325 by Markus Braun, prevents WPS from setting the volume higher than 100
[kugel-rb.git] / firmware / export / config-h100.h
blob6343ebd9e22db0f38a8918b49b543bf40c38a449
1 /* define this if you have recording possibility */
2 #define HAVE_RECORDING 1
4 /* define this if you have a bitmap LCD display */
5 #define HAVE_LCD_BITMAP 1
7 /* LCD dimensions */
8 #define LCD_WIDTH 160
9 #define LCD_HEIGHT 128
11 /* define this if you have the Recorder's 10-key keyboard */
12 #define CONFIG_KEYPAD RECORDER_PAD
14 #ifndef SIMULATOR
16 /* Define this if you have a Motorola SCF5249 */
17 #define HAVE_SCF5249
19 /* Define this if the platform has batteries */
20 #define HAVE_BATTERIES 1
22 /* The start address index for ROM builds */
23 #define ROM_START 0x11010
25 /* Define this for programmable LED available */
26 #define HAVE_LED
28 /* Define this for LCD backlight available */
29 #define HAVE_BACKLIGHT
31 #endif