mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-13 10:52:47 +01:00
minimal default layers
No need to have all layouts in the layers anymore, all layouts can be accessed through Cmp + space / Cmp + layout switch button. Users are encouraged to set `-l` and/or `--landscape-layers` to set their own preference.
This commit is contained in:
parent
46f4515477
commit
74695835ad
@ -24,15 +24,14 @@ struct clr_scheme scheme1 = {
|
||||
/* layers is an ordered list of layouts, used to cycle through */
|
||||
static enum layout_id layers[] = {
|
||||
Full, // First layout is the default layout on startup
|
||||
Special, Emoji, Simple, SimpleGrid, Nav, Dialer,
|
||||
Cyrillic, Arabic, Persian, Greek, Georgian,
|
||||
Special,
|
||||
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, Nav, Greek,
|
||||
Special,
|
||||
NumLayouts // signals the last item, may not be omitted
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user