Skip to content

Commit

Permalink
chore: keep mods
Browse files Browse the repository at this point in the history
  • Loading branch information
taekwombo committed Jan 14, 2024
1 parent 9f33937 commit 7509219
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/boards/shields/dactyl/dactyl.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#binding-cells = <0>;
bindings = <&kp RALT>, <&mo L_LOW>;
mods = <(MOD_LALT|MOD_LGUI)>;
keep-mods = <(MOD_LALT|MOD_LGUI)>;
};
};
LA_GUI: tap_dance_lalt_l_gui {
compatible = "zmk,behavior-tap-dance";
Expand Down Expand Up @@ -62,18 +64,18 @@
* ├──────┼──────┼──────┼──────┼──────┼──────┤ ├──────┼──────┼──────┼──────┼──────┼──────┤
* │ MUTE │ PP │ │ │ │ │ │ │ │ │ │ │ APP │
* └──────┴──────┼──────┼──────┼──────┼──────┤ ├──────┼──────┼──────┼──────┼──────┴──────┘
* │ │ │ LGUI │ LALT │ │ │ │ ESC │ │
* │ │ │ │ │ │ │ ESC │ │
* └──────┴──────┴──────┴────┬─┴────┐ ┌────┴─┬────┴──────┴──────┴──────┘
* │L_SYS │ │ │
* └──────┘ └─────
* └──────┘ └─────┘
*/
lower_layer {
bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&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 &kp LGUI &kp LALT &none &none &kp ESC &none
&none &none &none &none &none &none &kp ESC &none
&mo L_SYS &none
>;
};
Expand Down

0 comments on commit 7509219

Please sign in to comment.