set up fn and symbols

This commit is contained in:
Adam Jeniski 2025-10-22 17:04:46 -04:00 committed by GitHub
parent c678fa3783
commit 100324a7d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,10 +123,22 @@
symbol { symbol {
display-name = "Symbols"; display-name = "Symbols";
bindings = < bindings = <
&trans &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &mmv MOVE_UP &kp CARET &kp AMPS &kp ASTRK &kp LPAR &kp RPAR &kp BSPC &none &kp EXCL &kp AT &kp LBRC &kp RBRC &kp PIPE &trans &kp CARET &kp AMPS &kp ASTRK &kp LPAR &kp RPAR &kp BSPC
&trans &bt BT_CLR &mkp LCLK &mkp MCLK &mkp RCLK &mkp MB4 &mmv MOVE_LEFT &mkp LCLK &mmv MOVE_RIGHT &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &kp GRAVE &none &kp CARET &kp DLLR &kp LPAR &kp RPAR &kp GRAVE &trans &trans &trans &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &kp GRAVE
&trans &out OUT_USB &out OUT_BLE &none &none &mkp MB5 &trans &mmv MOVE_DOWN &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE &none &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp TILDE &trans &trans &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE
&trans &trans &kp SPACE &kp RET &trans &trans &trans &trans &trans &trans &trans &trans
>;
sensor-bindings = <&scroll_encoder>;
};
function {
display-name = "Fn";
bindings = <
&none &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &trans &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &none
&none &none &none &none &none &kp F10 &trans &trans &trans &none &none &none &none &none &none
&none &none &none &none &none &kp F11 &none &trans &none &none &none &none &none &none
&trans &trans &trans &trans &trans &trans
>; >;
sensor-bindings = <&scroll_encoder>; sensor-bindings = <&scroll_encoder>;
@ -144,20 +156,6 @@
sensor-bindings = <&scroll_encoder>; sensor-bindings = <&scroll_encoder>;
}; };
function {
display-name = "Fn";
bindings = <
&studio_unlock &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &mmv MOVE_UP &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11
&trans &trans &mkp LCLK &mkp MCLK &mkp RCLK &mkp MB4 &mmv MOVE_LEFT &mkp LCLK &mmv MOVE_RIGHT &bootloader &mkp LCLK &mkp MCLK &mkp RCLK &kp PRINTSCREEN &kp F12
&trans &sys_reset &trans &bootloader &trans &mkp MB5 &kp C_MUTE &mmv MOVE_DOWN &trans &trans &bootloader &sys_reset &kp SCROLLLOCK &kp PAUSE_BREAK
&trans &trans &trans &trans &trans &trans
>;
sensor-bindings = <&scroll_encoder>;
};
media { media {
display-name = "Media"; display-name = "Media";
bindings = < bindings = <
@ -167,7 +165,7 @@
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>; >;
sensor-bindings = <&scroll_encoder>; sensor-bindings = <&rgb_encoder>;
}; };
}; };
}; };