chore(shields): Add missing display-name for existing keymaps (#3048)

This commit is contained in:
Aurélien Vallée
2025-09-11 00:48:33 +02:00
committed by GitHub
parent 522971f41d
commit 197d104fc9
56 changed files with 167 additions and 14 deletions

View File

@@ -17,6 +17,7 @@
compatible = "zmk,keymap";
default_layer {
display-name = "Default Layer";
bindings = <
&kp ESC &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSPC
&kp TAB &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
@@ -26,6 +27,7 @@
};
num_mods {
display-name = "Num Mods";
bindings = <
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp DEL
&kp TAB &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp MINUS &kp PG_UP &kp LBKT &kp RBKT &kp BSLH
@@ -35,6 +37,7 @@
};
bt_control {
display-name = "Bt Control";
bindings = <
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
@@ -43,4 +46,4 @@
>;
};
};
};
};