Hi,
I want to disable all four buttons to my rigado bmd 300 evaluation kit (pca10040 is the board config. the same as nrf52 DK ) in project ble_app_uart
I have tried to disable buttons in sdk_config.h BSP_BTN_BLE_ENABLED 0 ,also tried to set that BUTTON_NUMBER is 0 and tried even that in SES in preproccesor define BSP_SIMPLE but always button trigger functions which are defined fof default in this project for them such as if mcu is sleeping and you push the button mcu then wakes up.
I want only that it wakes up if i push reset button (GPIO0.21)