diff --git a/config.def.h b/config.def.h index 262a826..aa819b1 100644 --- a/config.def.h +++ b/config.def.h @@ -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 };