Skip to content

Commit

Permalink
Updated am_hatsu.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Apr 23, 2024
1 parent 948f2b2 commit 77abd92
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions config/am_hatsu.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,15 @@
#define SYMBOL 2
#define HOTKEY 3

combos {
compatible = "zmk,combos";

DF {
bindings = <&kp NUMBER_1>;
key-positions = <9 10>;
};
};

keymap {
compatible = "zmk,keymap";

Expand All @@ -148,11 +157,11 @@
// | | | ALT | LEFT | | END | ALT |

bindings = <
&lt 3 ESC &kp Q &kp W &kp E &kp R &kp T
&lt 2 TAB &kp A &kp S &kp D &kp F &kp G
&mt LCTRL CAPS &kp Z &kp X &kp C &kp V &kp B
&layer_s &kp SPACE &layer_s &kp SPACE &lt 1 GRAVE &layer_3
&mt LALT T &layer_2
&lt 3 ESC &kp Q &kp W &kp E &kp R &kp T
&lt 4 TAB &kp A &kp S &kp D &kp F &kp G
&mt LCTRL CAPS &kp Z &kp X &kp C &kp V &kp B
&layer_s &kp SPACE &kp NUMBER_1 &kp NUMBER_2 &lt 1 GRAVE &layer_3
&mt LALT T &layer_2
>;
};

Expand All @@ -168,11 +177,11 @@
// | | | | | | | | | |

bindings = <
&trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5
&trans &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT
&trans &trans &kp LBKT &kp RBKT &trans &trans
&trans &trans
&trans &kp NUMBER_1 &kp NUMBER_2 &kp NUMBER_3 &kp NUMBER_4 &kp N5
&kp GRAVE &kp NUMBER_6 &kp N7 &kp N8 &kp N9 &kp N0
&trans &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT
&trans &trans &kp LBKT &kp RBKT &trans &trans
&trans &trans
>;
};

Expand Down Expand Up @@ -216,9 +225,9 @@
>;
};

layer_4 {
Fcount {
bindings = <
&trans &trans &trans &trans &trans &trans
&trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5
&trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans
Expand Down

0 comments on commit 77abd92

Please sign in to comment.