More symbols and layout improvement

This commit is contained in:
Dimitris Kardarakos
2022-04-01 14:38:10 +03:00
committed by Maarten van Gompel
parent a8ba3c02a9
commit 0a680c0a7a
2 changed files with 11 additions and 10 deletions

View File

@ -31,7 +31,7 @@ static enum layout_id layers[] = {
/* layers is an ordered list of layouts, used to cycle through */
static enum layout_id landscape_layers[] = {
Landscape, // First layout is the default layout on startup
Special, Emoji, Nav,
Special, Emoji, Nav, Greek,
NumLayouts // signals the last item, may not be omitted
};