Add landscape layers

This commit is contained in:
Stacy Harper
2021-08-26 19:20:20 +02:00
committed by John Sullivan
parent 450d43ff44
commit e100aafb05
4 changed files with 48 additions and 4 deletions

View File

@ -29,5 +29,13 @@ static enum layout_id layers[] = {
NumLayouts //signals the last item, may not be omitted
};
/* 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,
NumLayouts //signals the last item, may not be omitted
};
#endif // config_def_h_INCLUDED