Skip to content

Commit

Permalink
fix: macros; add Q on the nav layer
Browse files Browse the repository at this point in the history
  • Loading branch information
strash committed Dec 11, 2024
1 parent 3f36e7d commit 72de9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
};
};

macros = {
macros {
blpl: base_layer_plus_lang {
compatible = "zmk,behavior-macro";
binding-cells = <0>;
Expand Down Expand Up @@ -169,7 +169,7 @@
&kp LS(TAB) &kp TAB &kp LSHFT &htg LGUI LGUI &kp LC(BSPC) &kp RG(LEFT) &kp LEFT &kp DOWN &kp UP &kp RIGHT
//├────────────┼────────────┼───────────────┼──────────────┼────────────┤ ├────────────────┼────────────┼────────────┼──────────┼─────────────┤
//│ │ │prev space │next space │delele line │ │SHIFT ALT ← │ALT ← │ALT ↓ │ALT ↑ │ALT → │
&trans &trans &kp LC(LEFT) &kp LC(RIGHT) &kp LA(DEL) &kp RS(RA(LEFT)) &kp RA(LEFT) &kp RA(DOWN) &kp RA(UP) &kp RA(RIGHT)
&kp Q &trans &kp LC(LEFT) &kp LC(RIGHT) &kp LA(DEL) &kp RS(RA(LEFT)) &kp RA(LEFT) &kp RA(DOWN) &kp RA(UP) &kp RA(RIGHT)
//╰────────────┴────────────┴───────────────┼──────────────┼────────────┤ ├────────────────┼────────────┼────────────┴──────────┴─────────────╯
// │ │ │ │LANG │BASE + LANG │
&trans &trans &HYPER(SPACE) &blpl SPACE
Expand Down

0 comments on commit 72de9d0

Please sign in to comment.