---
layout.mobile-intl.h | 1 +
layout.mobile-simple.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/layout.mobile-intl.h b/layout.mobile-intl.h
index 5d3e755..aae7410 100644
--- a/layout.mobile-intl.h
+++ b/layout.mobile-intl.h
@@ -138,6 +138,7 @@ static Key overlay[OVERLAYS] = {
{ "ę", 0, XK_eogonek },
{ "ē", 0, XK_emacron },
{ "ė", 0, XK_eabovedot },
+ { "ě", 0, XK_ecaron },
{ 0, 0, XK_Cancel },
//--
{ 0, 0, XK_y }, //New overlay
diff --git a/layout.mobile-simple.h b/layout.mobile-simple.h
index 17c5ba4..a0d414a 100644
--- a/layout.mobile-simple.h
+++ b/layout.mobile-simple.h
@@ -212,6 +212,7 @@ static Key overlay[OVERLAYS] = {
{ "ę", 0, XK_eogonek },
{ "ē", 0, XK_emacron },
{ "ė", 0, XK_eabovedot },
+ { "ě", 0, XK_ecaron },
{ 0, 0, XK_Cancel },
{ 0, 0, XK_y },
--
2.32.0