Skip to content

Commit

Permalink
another typo with MOD_LCTL
Browse files Browse the repository at this point in the history
  • Loading branch information
t4corun committed Aug 29, 2023
1 parent 1966004 commit 457f80a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/user/encoder.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ZMK_BEHAVIOR(rightmm1, mod_morph,

ZMK_BEHAVIOR(rightmm2, mod_morph,
bindings = <&kp RIGHT &kp LC(RIGHT)>;
mods = <MOD_LCTRL>;
mods = <MOD_LCTL>;
)

ZMK_BEHAVIOR(leftmm1, mod_morph,
Expand All @@ -20,7 +20,7 @@ ZMK_BEHAVIOR(leftmm1, mod_morph,

ZMK_BEHAVIOR(leftmm2, mod_morph,
bindings = <&kp LEFT &kp LC(LEFT)>;
mods = <MOD_LCTRL>;
mods = <MOD_LCTL>;
)


Expand All @@ -31,7 +31,7 @@ ZMK_BEHAVIOR(leftmm2, mod_morph,
//hold ctrl: ctrl = and ctrl -
ZMK_BEHAVIOR(upmm1, mod_morph,
bindings = <&upmm2 &kp LC(EQUAL)>;
mods = <MOD_LCTRL>;
mods = <MOD_LCTL>;
)

ZMK_BEHAVIOR(upmm2, mod_morph,
Expand All @@ -41,7 +41,7 @@ ZMK_BEHAVIOR(upmm2, mod_morph,

ZMK_BEHAVIOR(downmm1, mod_morph,
bindings = <&downmm2 &kp LC(MINUS)>;
mods = <MOD_LCTRL>;
mods = <MOD_LCTL>;
)

ZMK_BEHAVIOR(downmm2, mod_morph,
Expand Down

0 comments on commit 457f80a

Please sign in to comment.