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

@@ -33,6 +33,7 @@ As such, those are in use within the default layer at this time.*/
compatible = "zmk,keymap";
default_layer {
display-name = "Default Layer";
// ---------------------------------------------------------------------------------------------------------------------------------
// | GRAVE | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | DEL |
// | TAB | Q | W | E | R | T | | Y | U | I | O | P | BSPC |
@@ -48,6 +49,7 @@ As such, those are in use within the default layer at this time.*/
>;
};
lower_layer {
display-name = "Lower Layer";
// ---------------------------------------------------------------------------------------------------------------------------------
// | | | | | | | | | | | | | |
// | ~ | ! | @ | # | $ | % | | ^ | & | * | ( | ) | |
@@ -63,6 +65,7 @@ As such, those are in use within the default layer at this time.*/
>;
};
raise_layer {
display-name = "Raise Layer";
// ---------------------------------------------------------------------------------------------------------------------------------
// | | | | | | | | | | | | | |
// | ` | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | DEL |
@@ -78,6 +81,7 @@ As such, those are in use within the default layer at this time.*/
>;
};
adjust_layer {
display-name = "Adjust Layer";
// ---------------------------------------------------------------------------------------------------------------------------------
// | ` | ! | @ | # | $ | % | | ^ | & | * | ( | ) | EP TOG |
// | BT CLR | BT SEL0 | BT SEL1 | BT SEL2 | BGT SEL3 | BT SEL4 | | RGB EFF+ | RGB HUE+ | RGB SAT+ | RGB SPD+ | RGB BRI+ | RGB TOG |