Using NRF5 SDK 15.0.0 with nrf52832.
I'm curious about the intended use for the BUTTON_HIGH_ACCURACY_ENABLED flag in the button module. I have a project where the main loop is spending most of its time in blocking calls to nrf_twi_mngr_perform(). When this activity is ongoing the button presses are not detected. After the twi mngr activity ends, the buttons begin working again. Is the a case where I should use the BUTTON_HIGH_ACCURACY_ENABLED flag?