Skip to content

Commit 574108c

Browse files
committed
fix: key position for tmux lead changed
1 parent ad0c277 commit 574108c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

config/cradio.keymap

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@
4242
/* }; */
4343
/* }; */
4444

45+
/* Left Hand Right Hand */
46+
/* ╭───┬───┬───┬───┬───╮ ╭───┬───┬───┬───┬───╮ */
47+
/* │ 0 │ 1 │ 2 │ 3 │ 4 │ │ 5 │ 6 │ 7 │ 8 │ 9 │ (상단) */
48+
/* ├───┼───┼───┼───┼───┤ ├───┼───┼───┼───┼───┤ */
49+
/* │10 │11 │12 │13 │14 │ │15 │16 │17 │18 │19 │ (중단/홈) */
50+
/* ├───┼───┼───┼───┼───┤ ├───┼───┼───┼───┼───┤ */
51+
/* │20 │21 │22 │23 │24 │ │25 │26 │27 │28 │29 │ (하단) */
52+
/* ╰───┴───┴───┼───┼───┤ ├───┼───┴───┴───┴───╯ */
53+
/* │30 │31 │ │32 │33 │ (엄지) */
54+
/* ╰───┴───╯ ╰───┴───╯ */
4555
combos {
4656
compatible = "zmk,combos";
4757

@@ -72,7 +82,7 @@
7282
};
7383
ltmuxleader {
7484
bindings = <&kp LC(B)>;
75-
key-positions = <13 19>;
85+
key-positions = <13 24>;
7686
layers = <0>;
7787
};
7888

0 commit comments

Comments
 (0)