Skip to content

Commit

Permalink
fix more keys
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Aug 8, 2024
1 parent 8d82911 commit 9fb5d7b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/totem.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@
bindings = <&kp PLUS>;
key-positions = <4 36>;
};

eq_gt {
bindings = <&eq_gt>;
key-positions = <3 28>;
};
};

macros {
eq_gt: eq_gt {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&kp EQUAL &kp GT>;
label = "EQ_GT";
};
};

keymap {
Expand Down

0 comments on commit 9fb5d7b

Please sign in to comment.