home | blog | art | git gpg | email | rss

zmk-config

Personal ZMK configuration for my wireless keyboard
git clone git://pollux.codes/git/zmk-config
Log | Files | Refs | README
commit 5fccf4e752a7728b873a229f10a49516afb94253
parent a98d7978b64ef37443ebdf933e874a571890357b
Author: keymap-editor[bot] <91849743+keymap-editor[bot]@users.noreply.github.com>
Date:   Mon, 21 Oct 2024 18:13:22 +0000

Add gaming layer
Diffstat:
Mconfig/cradio.keymap | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/config/cradio.keymap b/config/cradio.keymap @@ -60,10 +60,19 @@ tri_layer { bindings = < &sys_reset &trans &trans &trans &bt BT_SEL 0 &trans &trans &trans &trans &sys_reset -&bootloader &trans &trans &trans &bt BT_SEL 1 &trans &trans &trans &trans &bootloader +&bootloader &trans &trans &trans &bt BT_SEL 1 &trans &to 4 &trans &trans &bootloader &bt BT_CLR_ALL &trans &trans &bt BT_CLR &bt BT_SEL 2 &trans &trans &trans &trans &trans &trans &trans &trans &trans >; }; + + GAMING_LAYER { + bindings = < +&kp ESC &kp Q &kp W &kp E &kp R &none &none &none &none &none +&kp LSHFT &kp A &kp S &kp D &kp F &none &to 0 &none &none &none +&kp LCTRL &kp Z &kp X &kp C &kp V &none &none &none &none &none + &kp TAB &kp SPACE &none &none + >; + }; }; };