mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-10 04:00:26 +01:00
fix mod names
This commit is contained in:
parent
7d879c3ad0
commit
a2180b9984
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ ZMK_UNICODE_PAIR(win_multi_o, A, N6, N6, E, F, F, F, D) // multiocular o
|
||||||
label = "esc";
|
label = "esc";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
bindings = <&esctab>, <&kp ESC>;
|
bindings = <&esctab>, <&kp ESC>;
|
||||||
mods = <(MOD_LCTRL)>;
|
mods = <(MOD_LCTL)>;
|
||||||
keep-mods = <(MOD_LCTRL)>;
|
keep-mods = <(MOD_LCTL)>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue