Zephyr debounce support

I am developing a firmware for nRF52810.

Does Zephyr support debounce care for push button switches in ncs v2.6.1?

It seems that CAF supports it, but I don't plan to use CAF.

According to the following document, debounce related properties can be found in the "gpio-keys" node.

Where can I find an example of how to use that property?

docs.zephyrproject.org/.../gpio-keys.html

Related