Skip to content

Commit

Permalink
Update layer state of Lily58 from 'Default' to 'Base' (qmk#22397)
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker authored and Nathan committed Feb 11, 2024
1 parent 146cda4 commit 395c7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/lily58/lib/layer_state_reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const char *read_layer_state(void) {
switch (layer_state)
{
case L_BASE:
snprintf(layer_state_str, sizeof(layer_state_str), "Layer: Default");
snprintf(layer_state_str, sizeof(layer_state_str), "Layer: Base");
break;
case L_RAISE:
snprintf(layer_state_str, sizeof(layer_state_str), "Layer: Raise");
Expand Down

0 comments on commit 395c7cc

Please sign in to comment.