Skip to content

Commit f77b95b

Browse files
wip
1 parent 13c4ddb commit f77b95b

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

config/charybdis.keymap

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,26 +99,22 @@
9999
esc {
100100
bindings = <&kp ESC>;
101101
key-positions = <25 28>;
102+
layers = <0>;
102103
};
103104

104105
tab {
105106
bindings = <&kp TAB>;
106107
key-positions = <25 26>;
108+
layers = <0>;
107109
};
108110

109111
caps {
110112
bindings = <&caps_word>;
111113
key-positions = <28 31>;
114+
layers = <0>;
112115
};
113116

114117
// Example: Press F and B keys together to activate
115-
116-
combo_layer_ctrl_alt {
117-
timeout-ms = <50>;
118-
key-positions = <13 14>; // Adjust these to your key positions
119-
bindings = <&layer_ctrlalt>;
120-
layers = <0>; // Only active on base layer
121-
};
122118
};
123119

124120
keymap {

0 commit comments

Comments
 (0)