From 9fb5d7bc5d730e744bc6368fc7b50122688356a5 Mon Sep 17 00:00:00 2001 From: "keymap-editor[bot]" <91849743+keymap-editor[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:18:07 +0000 Subject: [PATCH] fix more keys --- config/totem.keymap | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/totem.keymap b/config/totem.keymap index 3592904b9..6acb7214d 100644 --- a/config/totem.keymap +++ b/config/totem.keymap @@ -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 {