Skip to content

Commit

Permalink
Experimenting with akohekohe combos
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Nov 9, 2024
1 parent 0f55dbd commit 72a4146
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,27 @@

left_hand_esc {
bindings = <&kp ESCAPE>;
key-positions = <0 10>;
key-positions = <1 3>;
require-prior-idle-ms = <200>;
};

left_hand_del {
bindings = <&hrml LG(LS(LALT)) BSPC>;
key-positions = <11 12 13>;
require-prior-idle-ms = <200>;
layers = <DEF TMK NMT>;
};

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

left_hand_enter {
bindings = <&kp ENTER>;
key-positions = <3 13>;
key-positions = <1 2 3>;
require-prior-idle-ms = <200>;
};

Expand All @@ -54,12 +68,19 @@
};

right_hand_enter {
bindings = <&kp ENTER>;
bindings = <&hrmr LG(LALT) ENTER>;
key-positions = <16 18>;
require-prior-idle-ms = <200>;
layers = <DEF TMK NMT>;
};

right_hand_bspc {
bindings = <&hrmr LG(LS(LALT)) BSPC>;
key-positions = <16 17 18>;
require-prior-idle-ms = <200>;
layers = <DEF TMK NMT>;
};

toggle_nav_for_extended_edits {
key-positions = <30 31>;
bindings = <&tog NAV>;
Expand Down

0 comments on commit 72a4146

Please sign in to comment.