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

@@ -15,6 +15,7 @@
compatible = "zmk,keymap" ;
default_layer {
display-name = "Default Layer";
// --------------------------------------------------------------------------------------------------------------------------------
// | ESC | 1 | 2 | 3 | 4 | 5 | --- | 6 | 7 | 8 | 9 | 0 | BSPC |
// | TAB | Q | W | E | R | T | ( | --- | ) | Y | U | I | O | P | - |
@@ -32,6 +33,7 @@
};
lower_layer {
display-name = "Lower Layer";
// --------------------------------------------------------------------------------------------------------------------------
// | ESC | 1 | 2 | 3 | 4 | 5 | --- | 6 | 7 | 8 | 9 | 0 | DEL |
// | ESC | 1 | 2 | 3 | 4 | 5 | ( | --- | ) | 6 | 7 | 8 | 9 | 0 | DEL |
@@ -48,6 +50,7 @@
};
raise_layer {
display-name = "Raise Layer";
// ----------------------------------------------------------------------------------------------------------------------------
// | ESC | 1 | 2 | 3 | 4 | 5 | --- | 6 | 7 | 8 | 9 | 0 | DEL |
// | ESC | ! | @ | # | $ | % | ( | --- | ) | ^ | & | * | ( | ) | DEL |
@@ -64,6 +67,7 @@
};
adjust_layer {
display-name = "Adjust Layer";
// -----------------------------------------------------------------------------------------
// | F1 | F2 | F3 | F4 | F5 | F6 | --- | F7 | F8 | F9 | F10 | F11 | F12 |
// | TAB | | | | | | BOOTL | --- | ) | BT1 | BT2 | BT3 | BT4 | BT5 | OUTPUT TGL |