summaryrefslogtreecommitdiff
path: root/keyboards/lily58
diff options
context:
space:
mode:
authorPanos Sakkos <panos.sakkos@gmail.com>2023-11-09 04:03:07 +0200
committerGitHub <noreply@github.com>2023-11-09 02:03:07 +0000
commitdaabe2d8c5eab9d9d605f8e079dfae82d2b06a8d (patch)
treef52701994df38e8e40a9a0644646385554a0a6cd /keyboards/lily58
parent0b7dba156c14fad4aeb2e918bf069a3c3f8f2815 (diff)
Update layer state of Lily58 from 'Default' to 'Base' (#22397)
Diffstat (limited to 'keyboards/lily58')
-rw-r--r--keyboards/lily58/lib/layer_state_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lily58/lib/layer_state_reader.c b/keyboards/lily58/lib/layer_state_reader.c
index ffc2c4e2c6..69b4613093 100644
--- a/keyboards/lily58/lib/layer_state_reader.c
+++ b/keyboards/lily58/lib/layer_state_reader.c
@@ -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");