forked from mirrors/qmk_firmware
Update layer state of Lily58 from 'Default' to 'Base' (#22397)
This commit is contained in:
parent
0b7dba156c
commit
daabe2d8c5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const char *read_layer_state(void) {
|
||||||
switch (layer_state)
|
switch (layer_state)
|
||||||
{
|
{
|
||||||
case L_BASE:
|
case L_BASE:
|
||||||
snprintf(layer_state_str, sizeof(layer_state_str), "Layer: Default");
|
snprintf(layer_state_str, sizeof(layer_state_str), "Layer: Base");
|
||||||
break;
|
break;
|
||||||
case L_RAISE:
|
case L_RAISE:
|
||||||
snprintf(layer_state_str, sizeof(layer_state_str), "Layer: Raise");
|
snprintf(layer_state_str, sizeof(layer_state_str), "Layer: Raise");
|
||||||
|
|
Loading…
Reference in a new issue