forked from kofal.net/zmk
chore(shields): Add missing display-name for existing keymaps (#3048)
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user