Skip to content

Commit

Permalink
Updated keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltaicGRiD committed Aug 3, 2024
1 parent 253139d commit fe25b77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/voltarium.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,21 @@
bindings = <&kp LALT>, <&kp ESC>;
};

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

brace_tap: tap_dance_1 {
brace_tap: tap_dance_2 {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <150>;
bindings = <&kp LEFT_BRACE>, <&kp RIGHT_BRACE>;
};

paren_tap: tap_dance_2 {
paren_tap: tap_dance_3 {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <150>;
Expand Down

0 comments on commit fe25b77

Please sign in to comment.