mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-07-13 06:24:29 +02:00
Add landscape layers
This commit is contained in:
committed by
John Sullivan
parent
450d43ff44
commit
e100aafb05
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user