Skip to content

Commit

Permalink
Removed LABEL= from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Munnich committed Jun 11, 2024
1 parent a24314a commit 1d3cb63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/docs/features/soft-off.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Zephyr has general support for the concept of a device as a "wakeup source", whi
/ {
kscan0: kscan_0 {
compatible = "zmk,kscan-gpio-matrix";
label = "KSCAN";
diode-direction = "col2row";
wakeup-source;
Expand Down Expand Up @@ -162,7 +161,6 @@ the `row-gpios`/`col-gpios` for whichever pins are used to read the matrix state
kscan: kscan {
compatible = "zmk,kscan-gpio-matrix";
wakeup-source;
label = "KSCAN";
debounce-press-ms = <1>;
debounce-release-ms = <5>;
Expand All @@ -185,7 +183,6 @@ you would add another row value:
kscan: kscan {
compatible = "zmk,kscan-gpio-matrix";
wakeup-source;
label = "KSCAN";
debounce-press-ms = <1>;
debounce-release-ms = <5>;
Expand Down Expand Up @@ -248,7 +245,6 @@ Next, we need to add another device which will be enabled only when the keyboard
/ {
wakeup_source: wakeup_source {
compatible = "zmk,gpio-key-wakeup-trigger";
trigger = <&on_off_key>;
wakeup-source;
};
Expand Down

0 comments on commit 1d3cb63

Please sign in to comment.