Skip to content

Commit

Permalink
Updated keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltaicGRiD committed Aug 2, 2024
1 parent c938864 commit 24ad45e
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions config/voltarium.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,25 @@
nav_brace: navigation_brace {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&mo NAV>, <&nav_brace_tap>;
mods = <(MOD_LSFT|MOD_RSFT)>;
bindings = <&brace_tap>, <&tog NAV>;
mods = <(MOD_LCTRL|MOD_LSFT)>;
};

lalt_esc: tap_dance_0 {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <150>;
bindings = <&kp LALT>, <&kp ESC>;
};

esc_ctl_num: tap_dance_0 {
lctrl_num: tap_dance_0 {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <150>;
bindings = <&ht_hp LCTRL ESC>, <&tog NUM>;
bindings = <&mt LCTRL LCTRL, <&tog NUM>;
};

nav_brace_tap: tap_dance_1 {
brace_tap: tap_dance_1 {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <150>;
Expand All @@ -100,9 +107,9 @@
default_layer {
bindings = <
&kp TAB &kp Q &kp W &kp F &kp P &kp G &kp J &kp L &kp U &kp Y &kp SEMI &kp MINUS
&esc_ctl_num &kp A &kp R &kp S &kp T &kp D &kp H &kp N &kp E &kp I &kp O &kp APOS
&mt LCTRL &kp A &kp R &kp S &kp T &kp D &kp H &kp N &kp E &kp I &kp O &kp APOS
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp K &kp M &kp COMMA &kp PERIOD &kp FSLH &mt RALT RETURN
&mo BT &kp LALT &mo NUM &bspc_del &kp LGUI &nav_brace &paren_tap &tog QWERTY &kp SPACE &mo NUM &none &kp RGUI
&mo BT &lalt_esc &mo NUM &bspc_del &kp LGUI &nav_brace &paren_tap &tog QWERTY &kp SPACE &mo NUM &none &kp RGUI
&kp C_PLAY_PAUSE &kp F1
>;
sensor-bindings = <&scroll_encoder>, <&scroll_encoder_new>;
Expand Down

0 comments on commit 24ad45e

Please sign in to comment.