suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 2c2ea33..613bd52 100644
--- a/config.def.h
+++ b/config.def.h
@@ -23,14 +23,12 @@ 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, Georgian,
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,
+ Full, // First layout is the default layout on startup
NumLayouts // signals the last item, may not be omitted
};