Skip to content

Commit 8658eb8

Browse files
authored
Lilt4R_Mk1.91
1 parent 4f02e92 commit 8658eb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/boards/shields/lilt4r/lilt4r.overlay

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44

55
/ {
66
chosen {
7-
zmk,kscan = &kscan0;
87
zmk,underglow = &led_strip;
9-
zmk,matrix-transform = &default_transform;
108
zmk,physical-layout = &default_layout;
9+
// ★ここから kscan と matrix-transform を【削除】しました!
1110
};
1211

1312
// マトリクス変換
@@ -20,7 +19,7 @@
2019
>;
2120
};
2221

23-
// ★ココです!私が消してしまっていた必須のラッパーを復活させました
22+
// ZMK Studio向け物理レイアウト
2423
physical_layouts {
2524
compatible = "zmk,physical-layouts";
2625

@@ -30,6 +29,7 @@
3029
transform = <&default_transform>;
3130
kscan = <&kscan0>;
3231
// 幅, 高さ, X座標, Y座標, 回転, 回転軸X, 回転軸Y
32+
// ※1U = 100 として計算
3333
keys
3434
= <&key_physical_attrs 100 100 0 0 0 0 0> // SW1 (左上)
3535
, <&key_physical_attrs 100 100 100 0 0 0 0> // SW2 (中央上)

0 commit comments

Comments
 (0)