Skip to content

Commit

Permalink
Add missing zephyr,code for User Button in gpio-keys config
Browse files Browse the repository at this point in the history
  • Loading branch information
andiaye33 committed Nov 12, 2024
1 parent 669f4f7 commit 2809206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/catie/zest_core_nrf52832/zest_core_nrf52832.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
user_button: button {
label = "User Button";
gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
zephyr,code = <INPUT_BTN_0>;
};
};

Expand Down

0 comments on commit 2809206

Please sign in to comment.