I want to add an external button that mimics the properties of the buttons in the nRF52 DK. I read that the switches are all active low, so I assume that this means they are internally connected to a pull up resistor connected to a 5V source. So to mimic their properties my external circuit would need to have a pull up resistor connected to a 5V source, and closing the switch would ground the circuit, correct?
On the device datasheet it lists the GPIO pins as 13-16 which are all connected to the buttons. If I want to replace the nRF52 DK button with my external button, I need to ground the shield detect pin to first enable these pins for I/O use, correct? And is there a way to only disconnect one of the switches through the shield detect or cutting connections? I only want to use one button for my external switch and still want to use the other LEDs/buttons on the board.
Thanks for the help!
