feat(boards): CKP physical layout
This commit is contained in:
parent
a8f7888f4d
commit
026be009a6
6 changed files with 72 additions and 14 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
#include "ckp.dtsi"
|
||||
#include <layouts/common/75percent/75percent.dtsi>
|
||||
|
||||
|
||||
/ {
|
||||
|
|
@ -13,7 +14,7 @@
|
|||
compatible = "polarityworks,bt75_v1";
|
||||
|
||||
chosen {
|
||||
zmk,matrix-transform = &ansi_transform;
|
||||
zmk,physical-layout = &layout_75_ansi;
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -59,3 +60,18 @@
|
|||
>;
|
||||
};
|
||||
};
|
||||
|
||||
&layout_75_ansi {
|
||||
status = "okay";
|
||||
transform = <&ansi_transform>;
|
||||
};
|
||||
|
||||
&layout_75_iso {
|
||||
status = "okay";
|
||||
transform = <&iso_transform>;
|
||||
};
|
||||
|
||||
&layout_75_all1u {
|
||||
status = "okay";
|
||||
transform = <&all_1u_transform>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue