Skip to content

Commit

Permalink
chore: layer switch
Browse files Browse the repository at this point in the history
  • Loading branch information
taekwombo committed Jan 14, 2024
1 parent 4b771b8 commit 27abfe4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions config/boards/shields/dactyl/dactyl.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@

/ {
behaviors {
RA_LOW: tap_dance_ralt_l_low {
compatible = "zmk,behavior-tap-dance";
label = "RALT_LLOW TD";
RA_LOW: mod_morph_ralt_l_low {
compatible = "zmk,behaviour-mod-morph";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&kp RALT>, <&mo L_LOW>;
};
mods = <(MOD_LALT|MOD_LGUI)>;
},
LA_GUI: tap_dance_lalt_l_gui {
compatible = "zmk,behavior-tap-dance";
label = "LALT_LGUI TD";
Expand Down Expand Up @@ -64,9 +63,9 @@
* ├──────┼──────┼──────┼──────┼──────┼──────┤ ├──────┼──────┼──────┼──────┼──────┼──────┤
* │ MUTE │ PP │ │ │ │ │ │ │ │ │ │ │ APP │
* └──────┴──────┼──────┼──────┼──────┼──────┤ ├──────┼──────┼──────┼──────┼──────┴──────┘
* │ │ │ │L_SYS │ │ │ │ ESC │ │
* │ │ │ LGUI │ LALT │ │ │ │ ESC │ │
* └──────┴──────┴──────┴────┬─┴────┐ ┌────┴─┬────┴──────┴──────┴──────┘
* │ │ │ │
* │L_SYS │ │ │
* └──────┘ └──────┘
*/
lower_layer {
Expand All @@ -75,8 +74,8 @@
&kp C_VOL_UP &kp C_NEXT &kp C_BRI_UP &kp INS &kp PG_UP &kp HOME &none &none &none &none &none &kp CAPS
&kp C_VOL_DN &kp C_PREV &kp C_BRI_DN &kp DEL &kp PG_DN &kp END &kp LEFT &kp DOWN &kp UP &kp RIGHT &none &kp SLCK
&kp C_MUTE &kp C_PP &none &none &none &none &none &none &none &none &none &kp K_APP
&none &none &none &mo L_SYS &none &none &kp ESC &none
&none &none
&none &none &kp LGUI &kp LALT &none &none &kp ESC &none
&mo L_SYS &none
>;
};

Expand Down

0 comments on commit 27abfe4

Please sign in to comment.