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:
parent
64e9ba3742
commit
5bd1689ac8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
select_key {
|
select_key {
|
||||||
press-thresholds-mv = <0>;
|
press-thresholds-mv = <0>;
|
||||||
zephyr,code = <INPUT_KEY_SELECT>;
|
zephyr,code = <INPUT_KEY_ENTER>;
|
||||||
};
|
};
|
||||||
|
|
||||||
left_key {
|
left_key {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue