mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-01-18 19:12:29 +00:00
fix: CMD -> LCMD
This commit is contained in:
parent
c7798b8990
commit
610853a1fa
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
combo_r_cmd {
|
combo_r_cmd {
|
||||||
timeout-ms = <25>;
|
timeout-ms = <25>;
|
||||||
key-positions = <RM3 RM4>;
|
key-positions = <RM3 RM4>;
|
||||||
bindings = <&sk CMD>;
|
bindings = <&sk LCMD>;
|
||||||
};
|
};
|
||||||
|
|
||||||
combo_l_alt {
|
combo_l_alt {
|
||||||
|
|
Loading…
Reference in a new issue