Skip to content

Commit

Permalink
Fixed TAB combo
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Nov 9, 2024
1 parent 72a4146 commit de48de1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
};

left_hand_tab {
bindings = <&hrml LG(LALT) BSPC>;
bindings = <&hrml LG(LALT) TAB>;
key-positions = <11 13>;
require-prior-idle-ms = <200>;
layers = <DEF TMK NMT>;
Expand All @@ -61,11 +61,11 @@
require-prior-idle-ms = <200>;
};

left_hand_backspace {
bindings = <&kp BSPC>;
key-positions = <4 14>;
require-prior-idle-ms = <200>;
};
// left_hand_backspace {
// bindings = <&kp BSPC>;
// key-positions = <4 14>;
// require-prior-idle-ms = <200>;
// };

right_hand_enter {
bindings = <&hrmr LG(LALT) ENTER>;
Expand Down

0 comments on commit de48de1

Please sign in to comment.