On Seeed Xiao nRF52840, I'm attempting to use reset (P0.18) as GPIO in a Zephyr (ZMK) app.
I've set
```
| ERASEUICR | 0x514 |
Register for erasing user information configuration registers |
I ran `nrf52.dap apreg 1 0x04 0x01`, but I only have a uf2 to flash the application from, so I have to install the adafruit boot loader, which seems to reenable the reset behavior in UICR.
I think what would be helpful is to determine how to map the 0x514 register to a form that nrf52.dap apreg could understand.
Any assistance would be greatly appreciated.