We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0c277 commit 574108cCopy full SHA for 574108c
config/cradio.keymap
@@ -42,6 +42,16 @@
42
/* }; */
43
44
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
+/* ╰───┴───╯ ╰───┴───╯ */
55
combos {
56
compatible = "zmk,combos";
57
@@ -72,7 +82,7 @@
72
82
};
73
83
ltmuxleader {
74
84
bindings = <&kp LC(B)>;
75
- key-positions = <13 19>;
85
+ key-positions = <13 24>;
76
86
layers = <0>;
77
87
78
88
0 commit comments