···3030#define CONFIG_KEYPAD SURFANS_F28_PAD
31313232/* define this if the target has volume keys which can be used in the lists */
3333-#define HAVE_VOLUME_IN_LIST
3333+//#define HAVE_VOLUME_IN_LIST
34343535#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
3636
+1-1
firmware/target/hosted/surfans/button-f28.c
···4747 return BUTTON_PREV;
4848 case KEY_POWER:
4949 return BUTTON_POWER;
5050- case KEY_KPMINUS:
5050+ case BTN_TOUCH:
5151 return BUTTON_TOUCH;
5252 default:
5353 return 0;