edge_overlay_show  498 core/conf.c    	CONF_INFO(196, conf.edge_overlay_show,                      CONF_DEF_VALUE, i:0),
edge_overlay_show 1626 core/gui.c         MENU_ITEM   (0x5c,LANG_MENU_EDGE_SHOW,                  MENUITEM_BOOL,          &conf.edge_overlay_show,    0 ),
edge_overlay_show  363 include/conf.h     int edge_overlay_show;              // whether to show overlay even when no button is pressed
edge_overlay_show  769 modules/edgeoverlay.c     const int bNeedHalfPress = (conf.edge_overlay_show != 1);