I try to transfer the codewords from nrf51822 Dk board to a dongle board, while the dk board is PCA10028 and the dongle board is PCA10031, when I change the port numbers and try to compile, but there is an error that shows build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol bsp_button_is_pressed (referred from bsp_btn_ble.o). Because the dongle board has no buttons so what is the problem and how to fix it? The softdevice version I used is s130_nrf51_2.0.1_softdevice and SDK is 12.2 , is this problem with wrong softdevice version or the unmatched sdk version? So how to deal with this problem? What is the correct version to change form DK board to Dongle ?