Skip to content

Commit

Permalink
rommana: Add position-map
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Sep 18, 2024
1 parent 855fc1d commit 6d043ee
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions boards/shields/rommana/rommana-layouts.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,50 @@
, <&key_physical_attrs 105 100 721 386 (-1500) 800 409>
;
};

rommana_position_map {
compatible = "zmk,physical-layout-position-map";

complete;

thirty {
physical-layout = <&rommana_30_layout>;
positions
= < 0 1 2 3 4 5 6 7 8 9>
, <10 11 12 13 14 15 16 17 18 19>
, < 20 21 22 23 24 25 >
, < 26 27 28 29 >
;
};

twentyeight_a {
physical-layout = <&rommana_28_a_layout>;
positions
= <28 0 1 2 3 4 5 6 7 29>
, < 8 9 10 11 12 13 14 15 16 17>
, < 18 19 20 21 22 23 >
, < 24 25 26 27 >
;
};

twentyeight_b {
physical-layout = <&rommana_28_b_layout>;
positions
= < 0 1 2 3 4 5 6 7 8 9>
, <10 11 12 13 14 15 16 17 18 19>
, < 20 21 22 23 24 25 >
, < 28 26 27 29 >
;
};

twentysix {
physical-layout = <&rommana_26_layout>;
positions
= <26 0 1 2 3 4 5 6 7 27>
, < 8 9 10 11 12 13 14 15 16 17>
, < 18 19 20 21 22 23 >
, < 28 24 25 29 >
;
};
};
};

0 comments on commit 6d043ee

Please sign in to comment.