Skip to content

Commit

Permalink
add wake up source to all boards
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaSaadAbdo authored Apr 23, 2024
1 parent 1542e62 commit d152ac1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/boards/shields/asfoora/asfoora.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
wakeup-source;
};

default_transform: keymap_transform_0 {
Expand Down
1 change: 1 addition & 0 deletions config/boards/shields/basbousa/basbousa.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
wakeup-source;
};

default_transform: keymap_transform_0 {
Expand Down
1 change: 1 addition & 0 deletions config/boards/shields/battoota/battoota.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
chosen {
zmk,kscan = &kscan_facedown;
zmk,matrix_transform = &default_transform;
wakeup-source;
};

default_transform: keymap_transform_0 {
Expand Down
1 change: 1 addition & 0 deletions config/boards/shields/battoota3/battoota3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
chosen {
zmk,kscan = &kscan_facedown;
zmk,matrix_transform = &default_transform;
wakeup-source;
};

default_transform: keymap_transform_0 {
Expand Down
1 change: 1 addition & 0 deletions config/boards/shields/berylline/berylline.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
chosen {
zmk,kscan = &kscan_faceup;
zmk,matrix_transform = &default_transform;
wakeup-source;
};

default_transform: keymap_transform_0 {
Expand Down
1 change: 1 addition & 0 deletions config/boards/shields/konafa/konafa.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
chosen {
zmk,kscan = &kscan_faceup;
zmk,matrix_transform = &default_transform;
wakeup-source;
};

default_transform: keymap_transform_0 {
Expand Down
1 change: 1 addition & 0 deletions config/boards/shields/rommana/rommana.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
wakeup-source;
};

default_transform: keymap_transform_0 {
Expand Down
1 change: 1 addition & 0 deletions config/boards/shields/wasfoora/wasfoora.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
wakeup-source;
};

default_transform: keymap_transform_0 {
Expand Down
1 change: 1 addition & 0 deletions config/boards/shields/wizza/wizza.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
chosen {
zmk,kscan = &kscan_facedown;
zmk,matrix_transform = &default_transform;
wakeup-source;
};

default_transform: keymap_transform_0 {
Expand Down
1 change: 1 addition & 0 deletions config/boards/shields/wizzaV2/wizzav2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
chosen {
zmk,kscan = &kscan_faceup;
zmk,matrix_transform = &default_transform;
wakeup-source;
};

default_transform: keymap_transform_0 {
Expand Down
1 change: 1 addition & 0 deletions config/boards/shields/wizzades/wizzades.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
chosen {
zmk,kscan = &kscan_facedown;
zmk,matrix_transform = &default_transform;
wakeup-source;
};

default_transform: keymap_transform_0 {
Expand Down

0 comments on commit d152ac1

Please sign in to comment.