diff options
| author | ckrinitsin <101062646+ckrinitsin@users.noreply.github.com> | 2025-06-19 11:22:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 11:22:07 +0200 |
| commit | 5f17ede86bebdba51212ffab0a2d02b4e96e90f8 (patch) | |
| tree | a3a745a4bc3224e04ee023c7036365b368ea6b8c | |
| parent | f888046890099863fc6589e7bc19708df1fb4f0f (diff) | |
| download | zmk-config-5f17ede86bebdba51212ffab0a2d02b4e96e90f8.tar.gz zmk-config-5f17ede86bebdba51212ffab0a2d02b4e96e90f8.zip | |
Update totem.keymap
| -rw-r--r-- | config/totem.keymap | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/config/totem.keymap b/config/totem.keymap index 2d536e7..92dc8ca 100644 --- a/config/totem.keymap +++ b/config/totem.keymap @@ -22,6 +22,7 @@ #define Fun 4 #define Gaming 5 #define Gamingplus 6 +#define Gamingplusplus 7 &mt { quick-tap-ms = <100>; @@ -117,13 +118,24 @@ Gamingplus { bindings = < - &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &trans &trans &trans &trans &kp RGUI - &kp T &kp O &kp Y &kp K &kp G &trans &trans &trans &trans &trans -&trans &to 0 &trans &trans &kp I &kp M &trans &trans &trans &trans &trans &kp LA(F4) + &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &trans &trans &trans &trans &kp RGUI + &kp T &kp O &kp Y &kp K &kp G &trans &trans &trans &trans &trans +&mo Gamingplusplus &to 0 &trans &trans &kp I &kp M &trans &trans &trans &trans &trans &kp LA(F4) &kp F8 &kp F5 &trans &trans &trans &trans >; label = "Gamingplus"; }; + + Gamingplusplus { + bindings = < + &trans &trans &kp UP &kp RET &trans &trans &trans &trans &trans &kp RGUI + &trans &kp LEFT &kp DOWN &kp RIGHT &trans &trans &trans &trans &trans &trans +&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &kp LA(F4) + &trans &trans &trans &trans &trans &trans + >; + + label = "Gamingplus"; + }; }; }; |