mirror of https://github.com/zmkfirmware/zmk.git
Update transform for 3key_2us layout and fix typo in ergodash.dtsi
This commit is contained in:
parent
b2af481b56
commit
b3702ba6c2
|
|
@ -179,7 +179,7 @@
|
|||
display-name = "LAYOUT_3key_2us";
|
||||
|
||||
kscan = <&kscan0>;
|
||||
transform = <&default_transform_3key>;
|
||||
transform = <&keymap_transform_0>; // NOTE: SW28 and SW39 are not used here
|
||||
|
||||
keys // w h x y rot rx ry
|
||||
= <&key_physical_attrs 100 100 0 38 0 0 0>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
|
||||
// NOTE: Thumb cluster electrical connections:
|
||||
// Bellow you can find phicial key positions as well as their
|
||||
// Bellow you can find physical key positions as well as their
|
||||
// corresponding switch numbers (SWxx) based on the rev 1.2 schema
|
||||
//
|
||||
// | SW28 1u --> SW39 1u | row 3 col 6 (this means you need to use at least one 2u key on the thumb cluster)
|
||||
|
|
|
|||
Loading…
Reference in New Issue