feat(shields): Use new shared layouts
This commit is contained in:
parent
f618871f53
commit
dafdc44b22
6 changed files with 41 additions and 15 deletions
|
|
@ -6,11 +6,13 @@
|
|||
|
||||
#include <dt-bindings/zmk/matrix_transform.h>
|
||||
|
||||
#include <layouts/kata0510/lily58.dtsi>
|
||||
|
||||
/ {
|
||||
|
||||
chosen {
|
||||
zephyr,display = &oled;
|
||||
zmk,matrix-transform = &default_transform;
|
||||
zmk,physical-layout = &kata0510_lily58_layout;
|
||||
};
|
||||
|
||||
default_transform: keymap_transform_0 {
|
||||
|
|
@ -56,6 +58,10 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(4,1) RC(4,10) RC(3,6) RC(3,7)
|
|||
};
|
||||
};
|
||||
|
||||
&kata0510_lily58_layout {
|
||||
transform = <&default_transform>;
|
||||
};
|
||||
|
||||
&pro_micro_i2c {
|
||||
status = "okay";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue