/** * \file * * * \brief Configuration file for Menu module. * * \author Daniele Basile */ #ifndef CFG_MENU_H #define CFG_MENU_H /** * Enable button bar behind menus * $WIZ$ type = "boolean" */ #define CONFIG_MENU_MENUBAR 0 /** * Level Edit Timeout * $WIZ$ type = "boolean" */ #define CONFIG_LEVELEDIT_TIMEOUT 0 /** * Menu timeout * $WIZ$ type = "boolean" */ #define CONFIG_MENU_TIMEOUT 0 /** * Enable smooth scrolling in menus * $WIZ$ type = "boolean" */ #define CONFIG_MENU_SMOOTH 1 #endif /* CFG_MENU_H */