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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
56 changed files with 167 additions and 14 deletions

View file

@ -22,6 +22,7 @@
compatible = "zmk,keymap";
default_layer {
display-name = "Default Layer";
// ----------------------------------------------------------------------------------------
// | | | ESC | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | DEL |
// | TAB | Q | W | E | R | T | Y | U | I | O | P | BSPC |
@ -39,6 +40,7 @@
};
lower_layer {
display-name = "Lower Layer";
// --------------------------------------------------------------------------------------------
// | | | | F9 | F10 | F11 | F12 | INS | PAU | SCR | PSCR | |
// | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | |
@ -56,6 +58,7 @@
};
raise_layer {
display-name = "Raise Layer";
// --------------------------------------------------------------------------------------
// | | | | F9 | F10 | F11 | F12 | MUTE | VOL+ | VOL- | PLAY | |
// | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | |
@ -73,6 +76,7 @@
};
adjust_layer {
display-name = "Adjust Layer";
// ------------------------------------------------------------------------------------------------------------------------
// | | | BT CLR | BT1 | BT2 | BT3 | BT4 | BT5 | | | | BT CLR |
// | RGB BRI+ | RGB SAT+ | RGB HUE+ | RGB ANI+ | | RGB TOG | | | | | | |
@ -90,6 +94,7 @@
};
nav_layer {
display-name = "Nav Layer";
// ------------------------------------------------------------------------------------------------------------------------
// | | | ESC | | | | | | | | | DEL |
// | TAB | | UP | | | | | | | | | BSPC |
@ -106,4 +111,4 @@
>;
};
};
};
};