Skip to content

Commit b8fd962

Browse files
committed
Change winmove mode to a combo
1 parent 3be5f34 commit b8fd962

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

config/charybdis.keymap

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,14 @@
7070
};
7171

7272
/ {
73-
combos { compatible = "zmk,combos"; };
73+
combos {
74+
compatible = "zmk,combos";
75+
76+
winmove {
77+
bindings = <&mo 12>;
78+
key-positions = <55 53>;
79+
};
80+
};
7481

7582
behaviors {
7683
/* Fancy alt-tab on single key. Might remove timeout to get used to interrup
@@ -469,9 +476,9 @@
469476
};
470477

471478
/* Combine Sym and Nav layers for window movement */
472-
WinMove {
473-
if-layers = <2 8>;
474-
then-layer = <12>;
475-
};
479+
/* WinMove { */
480+
/* if-layers = <2 8>; */
481+
/* then-layer = <12>; */
482+
/* }; */
476483
};
477484
};

0 commit comments

Comments
 (0)