1 parent 13c4ddb commit f77b95bCopy full SHA for f77b95b
1 file changed
config/charybdis.keymap
@@ -99,26 +99,22 @@
99
esc {
100
bindings = <&kp ESC>;
101
key-positions = <25 28>;
102
+ layers = <0>;
103
};
104
105
tab {
106
bindings = <&kp TAB>;
107
key-positions = <25 26>;
108
109
110
111
caps {
112
bindings = <&caps_word>;
113
key-positions = <28 31>;
114
115
116
117
// Example: Press F and B keys together to activate
-
- combo_layer_ctrl_alt {
- 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
- };
122
123
124
keymap {
0 commit comments