tweak some keys

This commit is contained in:
keymap-editor[bot] 2024-07-09 01:22:45 +00:00 committed by GitHub
parent 7415e85aa9
commit 2ebcb3ebf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,8 @@
#include <behaviors.dtsi> #include <behaviors.dtsi>
#include <dt-bindings/zmk/backlight.h>
#include <dt-bindings/zmk/bt.h> #include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h> #include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/mouse.h> #include <dt-bindings/zmk/rgb.h>
/ { / {
behaviors { behaviors {
@ -102,8 +103,8 @@
bt_layer { bt_layer {
label = "bt"; label = "bt";
bindings = < bindings = <
&lt 7 A &none &bootloader &lt 7 A &bl BL_TOG &rgb_ug RGB_TOG
&none &kp A &bt BT_CLR &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2
>; >;
}; };
@ -112,7 +113,7 @@
bindings = < bindings = <
&lt 7 Q &kp W &kp E &lt 7 Q &kp W &kp E
&kp A &kp S &kp D &kp A &kp S &kp D
&kp LSHFT &kp LCTRL &kp SPACE &kp LSHFT &kp LCTRL &lt 4 SPACE
>; >;
}; };
@ -134,9 +135,9 @@
mouse { mouse {
bindings = < bindings = <
&lt 7 A &trans &trans &lt 7 A &trans &trans
&trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans
>; >;
}; };