Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
onnenon committed Nov 12, 2024
1 parent 77e2d9b commit c65214d
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions boards/shields/hotdog_pad/hotdog_pad-layouts.dtsi
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
#include <physical_layouts.dtsi>

/ {
physical_layout0: physical_layout_0 {
compatible = "zmk,physical-layout";
display-name = "Default";
physical_layout0:
physical_layout_0 {
compatible = "zmk,physical-layout";
display - name = "Hotdog Pad";

keys // w h x y rot rx ry
= <&key_physical_attrs 100 100 0 0 0 0 0>
, <&key_physical_attrs 100 100 100 0 0 0 0>
, <&key_physical_attrs 100 100 200 0 0 0 0>
, <&key_physical_attrs 100 100 300 0 0 0 0>
, <&key_physical_attrs 100 100 400 0 0 0 0>
;
};
};
keys = <&key_physical_attrs 100 100 0 0 0 0 0>,
<&key_physical_attrs 100 100 100 0 0 0 0>,
<&key_physical_attrs 100 100 200 0 0 0 0>,
<&key_physical_attrs 100 100 300 0 0 0 0>,
<&key_physical_attrs 100 100 400 0 0 0 0>;
};
};

0 comments on commit c65214d

Please sign in to comment.