Skip to content

Commit

Permalink
update dtsi, overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlucachi authored Jan 11, 2025
1 parent d59d5a9 commit 774f4e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config/boards/shields/totem/totem.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@
>;
};

kscan0: kscan_0 {
diode-direction = "col2row";
};

default_layout: default_layout {
compatible = "zmk,physical-layout";
display-name = "TOTEM";

transform = <&default_transform>;
kscan = <&kscan0>;

keys // w h x y rot rx ry
= <&key_physical_attrs 105 100 77 151 (-1000) 130 201>
Expand Down Expand Up @@ -76,8 +80,4 @@
, <&key_physical_attrs 105 100 1003 371 0 0 0>
;
};

kscan0: kscan_0 {
diode-direction = "col2row";
};
};
};
2 changes: 1 addition & 1 deletion config/boards/shields/totem/totem_dongle.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* SPDX-License-Identifier: MIT
*/

#include "totem.dtsi"
#include "totem.dtsi"

/ {
chosen {
Expand Down

0 comments on commit 774f4e2

Please sign in to comment.