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 ab57962b1b3368a4a79bf5be6b214f7003d3c320
parent 06c71b14d8cbcc2fe35f4207d426cf5bc9f8be98
Author: keymap-editor[bot] <91849743+keymap-editor[bot]@users.noreply.github.com>
Date:   Thu, 12 Dec 2024 16:03:57 +0000

Add more convenient layout switching
Diffstat:
Mconfig/cradio.keymap | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/config/cradio.keymap b/config/cradio.keymap @@ -78,6 +78,11 @@ key-positions = <30 31>; layers = <0>; }; + + layout_switch { + bindings = <&kp RIGHT_ALT>; + key-positions = <16 17 18>; + }; }; keymap { @@ -132,7 +137,7 @@ bindings = < &none &kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &none &kp F1 &kp F2 &kp F3 &kp F4 &none &none &kp C_PREV &kp C_PLAY_PAUSE &kp C_NEXT &kp PRINTSCREEN &kp F5 &kp F6 &kp F7 &kp F8 &none -&none &none &kp C_BRI_DEC &kp C_BRIGHTNESS_INC &none &kp F9 &kp F10 &kp F11 &kp F12 &kp RIGHT_ALT +&none &none &kp C_BRI_DEC &kp C_BRIGHTNESS_INC &none &kp F9 &kp F10 &kp F11 &kp F12 &none &none &none &none &none >; };