boards: st: stm32c0116_dk defines the select pin with zephyr,code

Define the select_key with the correct zephyr,code
which is <INPUT_KEY_ENTER>

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2024-06-03 11:11:58 +02:00 committed by Anas Nashif
commit 5bd1689ac8

View file

@ -53,7 +53,7 @@
select_key {
press-thresholds-mv = <0>;
zephyr,code = <INPUT_KEY_SELECT>;
zephyr,code = <INPUT_KEY_ENTER>;
};
left_key {