I developed on sdk16.0 and found that app_button has abnormal power consumption,
so I replaced it with app_button of sdk15.3, but found that no key events were reported when multiple keys were triggered at the same time.
Then I tracked down the reason, the debounce timer did not generate a timeout event, and there was no app_button event.
I replaced the app_timer2 with legacy version. At this time, pressing multiple buttons at the same time works well.
What should I do to ensure that app_button can be pressed simultaneously with multiple buttons and the power consumption is normal on sdk16.0?