summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorckrinitsin <101062646+ckrinitsin@users.noreply.github.com>2024-12-20 17:11:22 +0100
committerGitHub <noreply@github.com>2024-12-20 17:11:22 +0100
commit7410a44467deef1103f6148b04a9051011485d10 (patch)
tree77e8662801598843bfc41ee8271b247493780622
parentb49c5b6dfef56815ce694b5f86416ffb7ecce6ad (diff)
downloadzmk-config-7410a44467deef1103f6148b04a9051011485d10.tar.gz
zmk-config-7410a44467deef1103f6148b04a9051011485d10.zip
Update totem.keymap
-rw-r--r--config/totem.keymap8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/totem.keymap b/config/totem.keymap
index f776e05..44583cb 100644
--- a/config/totem.keymap
+++ b/config/totem.keymap
@@ -20,7 +20,7 @@
 #define Sym         3

 #define Fun         4

 #define Gaming      5

-#define Gaming+     6

+#define Gamingplus  6

 

 &mt {

     quick-tap-ms = <100>;

@@ -108,13 +108,13 @@
             &kp ESCAPE      &kp Q  &kp W      &kp E         &sl R          &trans  &trans  &trans  &trans  &trans

             &kp LEFT_SHIFT  &kp A  &kp S      &kp D         &kp F          &trans  &trans  &trans  &trans  &trans

 &kp TAB     &kp Z           &kp X  &kp C      &kp V         &kp B          &trans  &trans  &trans  &trans  &trans  &to Qwerty

-                                   &kp LCTRL  &kp SPACE     &mo Gaming+    &trans  &trans  &trans

+                                   &kp LCTRL  &kp SPACE     &mo Gamingplus    &trans  &trans  &trans

             >;

 

             label = "Gaming";

         };

 

-        Gaming+ {

+        Gamingplus {

             bindings = <

         &kp N1   &kp N2      &kp N3        &kp N4     &kp N5    &trans     &trans    &trans  &trans  &trans

         &kp T    &kp O       &kp Y         &kp K      &kp G     &trans     &trans    &trans  &trans  &trans

@@ -122,7 +122,7 @@
                              &kp F8        &kp F5     &trans    &trans     &trans    &trans

             >;

 

-            label = "Gaming+";

+            label = "Gamingplus";

         };

     };

 };