mirror of
https://github.com/dnlbauer/corax-zmk-config.git
synced 2026-09-10 13:45:29 +00:00
add ascii arrow
This commit is contained in:
@@ -82,6 +82,16 @@
|
||||
bindings = <&kp LS(SQT) &kp SPACE>;
|
||||
};
|
||||
|
||||
// ascii arrow ->
|
||||
asc_arr: asc_arr {
|
||||
label = "ASCII_ARROW";
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
wait-ms = <10>;
|
||||
tap-ms = <10>;
|
||||
bindings = <&kp MINUS &kp LS(DOT)>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
combos {
|
||||
@@ -146,11 +156,11 @@
|
||||
sym_layer {
|
||||
label = "Symbols";
|
||||
bindings = <
|
||||
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10
|
||||
&trans &none &kp BSLH &kp PRCNT &kp DLLR &none &none &kp PIPE &ud_caret &kp SLASH &none &kp F11
|
||||
&kp LA(ESC) &trans &none &kp LPAR &kp RPAR &kp COLON &kp SEMI &none &ud_dqt &kp UNDER &kp LBKT &kp RBKT &trans &trans
|
||||
&trans &none &ud_grave &kp AT &kp AMPS &none &trans &trans &none &kp HASH &kp QMARK &kp EXCL &trans &trans
|
||||
&trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10
|
||||
&trans &none &kp BSLH &kp PRCNT &kp DLLR &none &none &kp PIPE &ud_caret &kp SLASH &none &kp F11
|
||||
&kp LA(ESC) &trans &none &kp LPAR &kp RPAR &kp COLON &asc_arr &none &ud_dqt &kp UNDER &kp LBKT &kp RBKT &trans &trans
|
||||
&trans &none &ud_grave &kp AT &kp AMPS &kp SEMI &trans &trans &none &kp HASH &kp QMARK &kp EXCL &trans &trans
|
||||
&trans &trans &trans &trans &trans &trans &trans &trans
|
||||
>;
|
||||
|
||||
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_DN PG_UP>;
|
||||
|
||||
Reference in New Issue
Block a user