zmk: add symbol explanation

This commit is contained in:
phiwan-dev 2025-12-04 17:46:50 +01:00
parent 373188e178
commit aa5e7f1286

View file

@ -25,7 +25,10 @@
}; };
// For the german keyboard layout // For the German keyboard layout
// % / { } ~
// & = ( ) # DEL
// | $ [ ] \ ENTER
special_char { special_char {
bindings = < bindings = <
&kp GRAVE &kp EQUAL &none &none &none &kp LS(N5) &kp LS(N7) &kp RA(N7) &kp RA(N0) &kp RA(RBKT) &kp GRAVE &kp EQUAL &none &none &none &kp LS(N5) &kp LS(N7) &kp RA(N7) &kp RA(N0) &kp RA(RBKT)
@ -55,7 +58,6 @@
>; >;
}; };
}; };