Skip to content

Commit

Permalink
Update acari.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
suriaribeiro authored Apr 15, 2024
1 parent 100439f commit 5227d59
Showing 1 changed file with 0 additions and 67 deletions.
67 changes: 0 additions & 67 deletions config/acari.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
time-to-max-speed-ms = <680>;
acceleration-exponent=<2>;
};
/ {


behaviors {
hm: homerow_mods {
Expand Down Expand Up @@ -51,81 +49,16 @@
tapping-term-ms = <120>;
quick-tap-ms = <200>;
};

};



/* KEY POSITIONS

╭────────────────────╮ ╭────────────────────╮
│ 0 1 2 3 4 │ │ 5 6 7 8 9 │
│ 10 11 12 13 14 │ │ 15 16 17 18 19 │
│ 20 21 22 23 24 │ │ 25 26 27 28 29 │
╰───────╮ 30 31 32 │ │ 33 34 35 ╭───────╯
╰────────────╯ ╰────────────╯ */

&mt {
quick-tap-ms = <100>;
global-quick-tap;
flavor = "tap-preferred";
tapping-term-ms = <150>;
};

/ {
combos {
compatible = "zmk,combos";

leftParet {
bindings = <&kp LEFT_PARENTHESIS>;
key-positions = <6 7>;
layers = <0>;
};

rightParet {
bindings = <&kp RIGHT_PARENTHESIS>;
key-positions = <7 8>;
layers = <0>;
};

minusCombo {
bindings = <&kp MINUS>;
key-positions = <32 33>;
layers = <0>;
};

capslock {
bindings = <&caps_word>;
key-positions = <4 5>;
layers = <0>;
};

undo {
bindings = <&kp LG(Z)>;
key-positions = <22 21>;
layers = <0>;
timeout-ms = <40>;
};

redo {
bindings = <&kp LG(Y)>;
key-positions = <23 22>;
layers = <0>;
timeout-ms = <40>;
};

printscreen {
bindings = <&kp LG(LS(N5))>;
key-positions = <1 2 3>;
layers = <0>;
timeout-ms = <40>;
};

esc-blu {
bindings = <&lt 6 ESC>;
key-positions = <31 30>;
};
};


macros {
Expand Down

0 comments on commit 5227d59

Please sign in to comment.