added dedicated symbols layout for landscape mode

This commit is contained in:
Maarten van Gompel
2023-08-29 14:01:16 +02:00
parent 74695835ad
commit f402af96fa
2 changed files with 67 additions and 6 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,
LandscapeSpecial,
NumLayouts // signals the last item, may not be omitted
};