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 | \ |
@@ -33,6 +34,7 @@
};
lower {
display-name = "Lower";
// ----------------------------------------------------------------------------------------------------------
// | ESC | F2 | F3 | F4 | F5 | F6 |-------|-------| F7 | F8 | F9 | F10 | F11 | F12 |
// | ~ | ! | @ | # | $ | % |-------|-------| ^ | & | * | ( | ) | DEL |
@@ -49,6 +51,7 @@
};
raise {
display-name = "Raise";
// ----------------------------------------------------------------------------------------------------------
// | ESC | F2 | F3 | F4 | F5 | F6 |-------|-------| F7 | F8 | F9 | F10 | F11 | F12 |
// | ~ | 1 | 2 | 3 | 4 | 5 |-------|-------| 6 | 7 | 8 | 9 | 0 | DEL |
@@ -65,6 +68,7 @@
};
adjust {
display-name = "Adjust";
// ----------------------------------------------------------------------------------------------------------
// |tog(4)| F2 | F3 | F4 | F5 | F6 |------|------| F7 | F8 | F9 | F10 | F11 | F12 |
// | | NA | NA | NA | NA | NA |------|------| NA | NA | NA | NA | NA |LALT(PRTSN)|
@@ -81,6 +85,7 @@
};
flock {
display-name = "Flock";
// ----------------------------------------------------------------------------------------------------------
// |tog(4) | F2 | F3 | F4 | F5 | F6 |-------|-------| F7 | F8 | F9 | F10 | F11 | |
// |out tog|BT_SEL 0|BT_SEL 1|BT_SEL 2|BT_SEL 3|BT_SEL 4|-------|-------|BT_PRV|BT_NXT|BT_CLR| | | |
@@ -96,4 +101,4 @@
>;
};
};
};
};