I'm making keypad using nRF52840. SDK version is 17.0.2.
It's 4*4 keypad and I want to wake up device when any key is pressed from sleep and let it do any action.
So it has 4 rows and 4 cols. They are connected to GPIO pins.
I want to detect the event which is occurred when key is pressed.
Please help me.
Thanks.