diff options
| author | ckrinitsin <101062646+ckrinitsin@users.noreply.github.com> | 2025-08-20 19:31:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-20 19:31:10 +0200 |
| commit | 58b466ca25d755627217a0ed1a90d86ad64030e6 (patch) | |
| tree | d6e0dca1a7e03b0e0effc289b071964b755fe418 | |
| parent | 5f17ede86bebdba51212ffab0a2d02b4e96e90f8 (diff) | |
| download | zmk-config-58b466ca25d755627217a0ed1a90d86ad64030e6.tar.gz zmk-config-58b466ca25d755627217a0ed1a90d86ad64030e6.zip | |
Update totem.keymap
| -rw-r--r-- | config/totem.keymap | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/config/totem.keymap b/config/totem.keymap index 92dc8ca..ce7bfd0 100644 --- a/config/totem.keymap +++ b/config/totem.keymap @@ -22,7 +22,8 @@ #define Fun 4 #define Gaming 5 #define Gamingplus 6 -#define Gamingplusplus 7 +#define FF 7 +#define FFplus 8 &mt { quick-tap-ms = <100>; @@ -98,7 +99,7 @@ Fun { label = "Fun"; bindings = < - &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &to Gaming &trans &trans &trans &trans + &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &to Gaming &to FF &trans &trans &trans &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &trans &trans &trans &trans &trans &trans &kp F11 &kp F12 &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans @@ -127,15 +128,27 @@ label = "Gamingplus"; }; - Gamingplusplus { + FF { 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 + &kp ESCAPE &kp Q &kp W &kp E &kp 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 FFplus &trans &trans &trans >; - label = "Gamingplus"; + label = "FF"; + }; + + FFplus { + bindings = < + &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &trans &trans &trans &trans &kp RGUI + &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &trans &trans &trans &trans &trans +&trans &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 = "FFplus"; }; }; }; + |